Html Css Color HEX #C302BE Deep Magenta

📋 copy color: '#C302BE'

red 195 ◦ green 2 ◦ blue 190

#C302BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C302BE

Tints of Deep Magenta #C302BE

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.1%

R = 50.39%
G = 0.52%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C302BE (or 0xC302BE) is known color: 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

RGB 195 2 190 -
CMYK 0 0.99 0.03 0.24
HSL 301.55º 0.98% 0.39% -
HSV(B) 301.55º 0.99% 0.76% -
XYZ 31.82 15.36 50 -
YUV 81.14 189.44 209.21 -
System Red Green Blue C M Y K H S L
Decimal 195 2 190 0 0.99 0.03 0.24 301.55 0.98 0.39
Hex C3 2 BE 0 63 3 18 12E 62 27
Octal 303 2 276 0 143 3 30 456 142 47
Binary 11000011 10 10111110 0 1100011 11 11000 100101110 1100010 100111

Color Harmonies of #C302BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302BE

Black with #C302BE

Text Example


Text Example

White with #C302BE

Text Example


Text Example

HTML Codes & Css Web 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>