#C30CCB

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

Shades of Deep Magenta #C30CCB

Tints of Deep Magenta #C30CCB

Color information

#C30CCB (or 0xC30CCB) is unknown color: approx Deep Magenta. HEX triplet: C3, 0C and CB. RGB value is (195,12,203). Sum of RGB (Red+Green+Blue) = 195+12+203=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #C30CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CCB is #3CF334. Grayscale: #575757. Windows color (decimal): -3994421 or 13307075. OLE color: 13307075.

HSL color Cylindrical-coordinate representation of color #C30CCB: hue angle of 297.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CCB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19512203-
CMYK0.040.9400.20
HSL297.49º88.84%42.16%-
HSV(B)297.49º94.09%79.61%-
XYZ33.4216.1857.86-
YUV88.49192.63203.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 12 (5.08% from 255) = 2.93%
BLUE value IS 203 (79.69% from 255) = 49.51%
R=47.56%
G=2.93%
B=49.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195122030.040.9400.20297.4988.8442.16
HexC3CCB45E014129592a
Octal30314313413602445113152
Binary1100001111001100101110010111100101001001010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30CCB; }

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

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

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

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

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

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

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

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