Html Css Color HEX #C801CB Deep Magenta

📋 copy color: '#C801CB'

red 200 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #C801CB

Tints of Deep Magenta #C801CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 49.5%
G = 0.25%
B = 50.25%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C801CB (or 0xC801CB) is known color: Deep Magenta. HEX triplet: C8, 01 and CB. RGB value is (200,1,203). Sum of RGB (Red+Green+Blue) = 200+1+203=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #C801CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801CB is #37FE34. Grayscale: #525252. Windows color (decimal): -3669557 or 13304264. OLE color: 13304264.

HSL color Cylindrical-coordinate representation of color #C801CB: hue angle of 299.11º 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 #C801CB is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 1 203 -
CMYK 0.01 1.00 0 0.20
HSL 299.11º 0.99% 0.4% -
HSV(B) 299.11º 1% 0.8% -
XYZ 34.61 16.61 57.88 -
YUV 83.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 200 1 203 0.01 1.00 0 0.20 299.11 0.99 0.4
Hex C8 1 CB 1 64 0 14 12B 63 28
Octal 310 1 313 1 144 0 24 453 143 50
Binary 11001000 1 11001011 1 1100100 0 10100 100101011 1100011 101000

Color Harmonies of #C801CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801CB

Black with #C801CB

Text Example


Text Example

White with #C801CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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