#C30BBD

Color #C30BBD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C30BBD

Tints of Deep Magenta #C30BBD

Color information

#C30BBD (or 0xC30BBD) is unknown color: approx Deep Magenta. HEX triplet: C3, 0B and BD. RGB value is (195,11,189). Sum of RGB (Red+Green+Blue) = 195+11+189=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BBD is #3CF442. Grayscale: #555555. Windows color (decimal): -3994691 or 12389315. OLE color: 12389315.

HSL color Cylindrical-coordinate representation of color #C30BBD: hue angle of 301.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30BBD is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19511189-
CMYK00.940.030.24
HSL301.96º89.32%40.39%-
HSV(B)301.96º94.36%76.47%-
XYZ31.8115.5249.46-
YUV86.31185.96205.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=49.37%
G=2.78%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951118900.940.030.24301.9689.3240.39
HexC3BBD05E31812e5928
Octal30313275013633045613150
Binary110000111011101111010101111011110001001011101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30BBD; }

 p { color: rgb(195,11,189); }

 H1.HeaderClassName
 {
   color: #C30BBD;
 }
 .AnyTagClassName
 {
   color: #C30BBD;
 }
</style>
background-color css

<style>
 a { background-color: #C30BBD; }

 a { background-color: rgb(195,11,189); }

 div.DivClassName
 {
   background-color: #C30BBD;
 }
 .BgClassName
 {
   background-color: #C30BBD;
 }
</style>
border-color css

<style>
 span { border-color: #C30BBD; }

 span { border-color: rgb(195,11,189); }

 td.TdClassName
 {
   border-color: #C30BBD;
 }
 .TagClassName
 {
   border-color: #C30BBD;
 }
</style>