Html Css Color HEX #C801C6 Deep Magenta

📋 copy color: '#C801C6'

red 200 ◦ green 1 ◦ blue 198

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

Shades of Deep Magenta #C801C6

Tints of Deep Magenta #C801C6

RGB

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

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

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

R = 50.13%
G = 0.25%
B = 49.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C801C6 (or 0xC801C6) is known color: Deep Magenta. HEX triplet: C8, 01 and C6. RGB value is (200,1,198). Sum of RGB (Red+Green+Blue) = 200+1+198=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C801C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801C6 is #37FE39. Grayscale: #525252. Windows color (decimal): -3669562 or 12976584. OLE color: 12976584.

HSL color Cylindrical-coordinate representation of color #C801C6: hue angle of 300.6º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801C6 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 198 -
CMYK 0 1.00 0.01 0.22
HSL 300.6º 0.99% 0.39% -
HSV(B) 300.6º 1% 0.78% -
XYZ 34.02 16.38 54.79 -
YUV 82.96 192.93 211.48 -
System Red Green Blue C M Y K H S L
Decimal 200 1 198 0 1.00 0.01 0.22 300.6 0.99 0.39
Hex C8 1 C6 0 64 1 16 12D 63 27
Octal 310 1 306 0 144 1 26 455 143 47
Binary 11001000 1 11000110 0 1100100 1 10110 100101101 1100011 100111

Color Harmonies of #C801C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801C6

Black with #C801C6

Text Example


Text Example

White with #C801C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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