Html Css Color HEX #C802CD Deep Magenta

📋 copy color: '#C802CD'

red 200 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #C802CD

Tints of Deep Magenta #C802CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 49.14%
G = 0.49%
B = 50.37%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C802CD (or 0xC802CD) is known color: Deep Magenta. HEX triplet: C8, 02 and CD. RGB value is (200,2,205). Sum of RGB (Red+Green+Blue) = 200+2+205=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #C802CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802CD is #37FD32. Grayscale: #535353. Windows color (decimal): -3669299 or 13435592. OLE color: 13435592.

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

Color convert

RGB 200 2 205 -
CMYK 0.02 0.99 0 0.20
HSL 298.52º 0.98% 0.41% -
HSV(B) 298.52º 0.99% 0.8% -
XYZ 34.86 16.73 59.15 -
YUV 84.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 200 2 205 0.02 0.99 0 0.20 298.52 0.98 0.41
Hex C8 2 CD 2 63 0 14 12B 62 29
Octal 310 2 315 2 143 0 24 453 142 51
Binary 11001000 10 11001101 10 1100011 0 10100 100101011 1100010 101001

Color Harmonies of #C802CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802CD

Black with #C802CD

Text Example


Text Example

White with #C802CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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