Html Css Color HEX #C801B2 Deep Magenta

📋 copy color: '#C801B2'

red 200 ◦ green 1 ◦ blue 178

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

Shades of Deep Magenta #C801B2

Tints of Deep Magenta #C801B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.97%

R = 52.77%
G = 0.26%
B = 46.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C801B2 (or 0xC801B2) is known color: Deep Magenta. HEX triplet: C8, 01 and B2. RGB value is (200,1,178). Sum of RGB (Red+Green+Blue) = 200+1+178=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C801B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C801B2 is #37FE4D. Grayscale: #505050. Windows color (decimal): -3669582 or 11665864. OLE color: 11665864.

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

Color convert

RGB 200 1 178 -
CMYK 0 1.00 0.11 0.22
HSL 306.63º 0.99% 0.39% -
HSV(B) 306.63º 1% 0.78% -
XYZ 31.87 15.52 43.43 -
YUV 80.68 182.93 213.11 -
System Red Green Blue C M Y K H S L
Decimal 200 1 178 0 1.00 0.11 0.22 306.63 0.99 0.39
Hex C8 1 B2 0 64 B 16 133 63 27
Octal 310 1 262 0 144 13 26 463 143 47
Binary 11001000 1 10110010 0 1100100 1011 10110 100110011 1100011 100111

Color Harmonies of #C801B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801B2

Black with #C801B2

Text Example


Text Example

White with #C801B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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