Html Css Color HEX #C802CE Deep Magenta

📋 copy color: '#C802CE'

red 200 ◦ green 2 ◦ blue 206

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

Shades of Deep Magenta #C802CE

Tints of Deep Magenta #C802CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 49.02%
G = 0.49%
B = 50.49%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C802CE (or 0xC802CE) is known color: Deep Magenta. HEX triplet: C8, 02 and CE. RGB value is (200,2,206). Sum of RGB (Red+Green+Blue) = 200+2+206=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #C802CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802CE is #37FD31. Grayscale: #535353. Windows color (decimal): -3669298 or 13501128. OLE color: 13501128.

HSL color Cylindrical-coordinate representation of color #C802CE: hue angle of 298.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802CE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 2 206 -
CMYK 0.03 0.99 0 0.19
HSL 298.24º 0.98% 0.41% -
HSV(B) 298.24º 0.99% 0.81% -
XYZ 34.98 16.78 59.79 -
YUV 84.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 200 2 206 0.03 0.99 0 0.19 298.24 0.98 0.41
Hex C8 2 CE 3 63 0 13 12A 62 29
Octal 310 2 316 3 143 0 23 452 142 51
Binary 11001000 10 11001110 11 1100011 0 10011 100101010 1100010 101001

Color Harmonies of #C802CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802CE

Black with #C802CE

Text Example


Text Example

White with #C802CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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