Html Css Color HEX #C802C6 Deep Magenta

📋 copy color: '#C802C6'

red 200 ◦ green 2 ◦ blue 198

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

Shades of Deep Magenta #C802C6

Tints of Deep Magenta #C802C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.5%

R = 50%
G = 0.5%
B = 49.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C802C6 (or 0xC802C6) is known color: Deep Magenta. HEX triplet: C8, 02 and C6. RGB value is (200,2,198). Sum of RGB (Red+Green+Blue) = 200+2+198=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C802C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802C6 is #37FD39. Grayscale: #525252. Windows color (decimal): -3669306 or 12976840. OLE color: 12976840.

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

Color convert

RGB 200 2 198 -
CMYK 0 0.99 0.01 0.22
HSL 300.61º 0.98% 0.4% -
HSV(B) 300.61º 0.99% 0.78% -
XYZ 34.03 16.4 54.8 -
YUV 83.55 192.6 211.06 -
System Red Green Blue C M Y K H S L
Decimal 200 2 198 0 0.99 0.01 0.22 300.61 0.98 0.4
Hex C8 2 C6 0 63 1 16 12D 62 28
Octal 310 2 306 0 143 1 26 455 142 50
Binary 11001000 10 11000110 0 1100011 1 10110 100101101 1100010 101000

Color Harmonies of #C802C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802C6

Black with #C802C6

Text Example


Text Example

White with #C802C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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