Html Css Color HEX #C801CC Deep Magenta

📋 copy color: '#C801CC'

red 200 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #C801CC

Tints of Deep Magenta #C801CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 49.38%
G = 0.25%
B = 50.37%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C801CC (or 0xC801CC) is known color: Deep Magenta. HEX triplet: C8, 01 and CC. RGB value is (200,1,204). Sum of RGB (Red+Green+Blue) = 200+1+204=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #C801CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801CC is #37FE33. Grayscale: #535353. Windows color (decimal): -3669556 or 13369800. OLE color: 13369800.

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

Color convert

RGB 200 1 204 -
CMYK 0.02 1.00 0 0.2
HSL 298.82º 0.99% 0.4% -
HSV(B) 298.82º 1% 0.8% -
XYZ 34.73 16.66 58.51 -
YUV 83.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 200 1 204 0.02 1.00 0 0.2 298.82 0.99 0.4
Hex C8 1 CC 2 64 0 14 12B 63 28
Octal 310 1 314 2 144 0 24 453 143 50
Binary 11001000 1 11001100 10 1100100 0 10100 100101011 1100011 101000

Color Harmonies of #C801CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801CC

Black with #C801CC

Text Example


Text Example

White with #C801CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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