#C302C3

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

Shades of Deep Magenta #C302C3

Tints of Deep Magenta #C302C3

Color information

#C302C3 (or 0xC302C3) is unknown color: approx Deep Magenta. HEX triplet: C3, 02 and C3. RGB value is (195,2,195). Sum of RGB (Red+Green+Blue) = 195+2+195=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C302C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302C3 is #3CFD3C. Grayscale: #515151. Windows color (decimal): -3996989 or 12780227. OLE color: 12780227.

HSL color Cylindrical-coordinate representation of color #C302C3: hue angle of 300º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302C3 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1952195-
CMYK00.9900.24
HSL300º97.97%38.63%-
HSV(B)300º98.97%76.47%-
XYZ32.3815.5952.93-
YUV81.71191.94208.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 195 (76.56% from 255) = 49.74%
R=49.74%
G=0.51%
B=49.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195219500.9900.2430097.9738.63
HexC32C306301812c6227
Octal3032303014303045414247
Binary110000111011000011011000110110001001011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C302C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C302C3; }

 p { color: rgb(195,2,195); }

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

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

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

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

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

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

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