Html Css Color HEX #C802C3 Deep Magenta

📋 copy color: '#C802C3'

red 200 ◦ green 2 ◦ blue 195

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

Shades of Deep Magenta #C802C3

Tints of Deep Magenta #C802C3

RGB

 RED value IS 200 (78.52% from 255) = 50.38%

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 195 (76.56% from 255) = 49.12%

R = 50.38%
G = 0.5%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C802C3 (or 0xC802C3) is known color: Deep Magenta. HEX triplet: C8, 02 and C3. RGB value is (200,2,195). Sum of RGB (Red+Green+Blue) = 200+2+195=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C802C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802C3 is #37FD3C. Grayscale: #525252. Windows color (decimal): -3669309 or 12780232. OLE color: 12780232.

HSL color Cylindrical-coordinate representation of color #C802C3: hue angle of 301.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802C3 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 195 -
CMYK 0 0.99 0.02 0.22
HSL 301.52º 0.98% 0.4% -
HSV(B) 301.52º 0.99% 0.78% -
XYZ 33.69 16.26 52.99 -
YUV 83.2 191.1 211.31 -
System Red Green Blue C M Y K H S L
Decimal 200 2 195 0 0.99 0.02 0.22 301.52 0.98 0.4
Hex C8 2 C3 0 63 2 16 12E 62 28
Octal 310 2 303 0 143 2 26 456 142 50
Binary 11001000 10 11000011 0 1100011 10 10110 100101110 1100010 101000

Color Harmonies of #C802C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802C3

Black with #C802C3

Text Example


Text Example

White with #C802C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802C3; }

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

 H1.HeaderClassName
 {
   color: #C802C3;
 }
 .AnyTagClassName
 {
   color: #C802C3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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