#C30CA8

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

Shades of Deep Magenta #C30CA8

Tints of Deep Magenta #C30CA8

Color information

#C30CA8 (or 0xC30CA8) is unknown color: approx Deep Magenta. HEX triplet: C3, 0C and A8. RGB value is (195,12,168). Sum of RGB (Red+Green+Blue) = 195+12+168=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CA8 is #3CF357. Grayscale: #545454. Windows color (decimal): -3994456 or 11013315. OLE color: 11013315.

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

Color convert

RGB19512168-
CMYK00.940.140.24
HSL308.85º88.41%40.59%-
HSV(B)308.85º93.85%76.47%-
XYZ29.7114.6938.32-
YUV84.5175.13206.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 12 (5.08% from 255) = 3.2%
BLUE value IS 168 (66.02% from 255) = 44.8%
R=52%
G=3.2%
B=44.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951216800.940.140.24308.8588.4140.59
HexC3CA805EE181355829
Octal303142500136163046513051
Binary11000011110010101000010111101110110001001101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30CA8; }

 p { color: rgb(195,12,168); }

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

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

 a { background-color: rgb(195,12,168); }

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

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

 span { border-color: rgb(195,12,168); }

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