Html Css Color HEX #C800CC Deep Magenta

📋 copy color: '#C800CC'

red 200 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #C800CC

Tints of Deep Magenta #C800CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 49.5%
G = 0%
B = 50.5%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C800CC (or 0xC800CC) is known color: Deep Magenta. HEX triplet: C8, 00 and CC. RGB value is (200,0,204). Sum of RGB (Red+Green+Blue) = 200+0+204=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C800CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800CC is #37FF33. Grayscale: #525252. Windows color (decimal): -3669812 or 13369544. OLE color: 13369544.

HSL color Cylindrical-coordinate representation of color #C800CC: hue angle of 298.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800CC is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 0 204 -
CMYK 0.02 1 0 0.2
HSL 298.82º 1% 0.4% -
HSV(B) 298.82º 1% 0.8% -
XYZ 34.72 16.64 58.51 -
YUV 83.06 196.26 211.41 -
System Red Green Blue C M Y K H S L
Decimal 200 0 204 0.02 1 0 0.2 298.82 1 0.4
Hex C8 0 CC 2 64 0 14 12B 64 28
Octal 310 0 314 2 144 0 24 453 144 50
Binary 11001000 0 11001100 10 1100100 0 10100 100101011 1100100 101000

Color Harmonies of #C800CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800CC

Black with #C800CC

Text Example


Text Example

White with #C800CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800CC; }

 p { color: rgb(200,0,204); }

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

background-color css

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

 a { background-color: rgb(200,0,204); }

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

border-color css

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

 span { border-color: rgb(200,0,204); }

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