#C302BE

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

Shades of Deep Magenta #C302BE

Tints of Deep Magenta #C302BE

Color information

#C302BE (or 0xC302BE) is unknown color: approx Deep Magenta. HEX triplet: C3, 02 and BE. RGB value is (195,2,190). Sum of RGB (Red+Green+Blue) = 195+2+190=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C302BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302BE is #3CFD41. Grayscale: #505050. Windows color (decimal): -3996994 or 12452547. OLE color: 12452547.

HSL color Cylindrical-coordinate representation of color #C302BE: hue angle of 301.55º 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 #C302BE is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB1952190-
CMYK00.990.030.24
HSL301.55º97.97%38.63%-
HSV(B)301.55º98.97%76.47%-
XYZ31.8215.3650-
YUV81.14189.44209.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.39%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=50.39%
G=0.52%
B=49.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195219000.990.030.24301.5597.9738.63
HexC32BE06331812e6227
Octal3032276014333045614247
Binary1100001110101111100110001111110001001011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C302BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C302BE; }

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

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

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

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

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

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

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

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