Html Css Color HEX #C801B3 Deep Magenta

📋 copy color: '#C801B3'

red 200 ◦ green 1 ◦ blue 179

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

Shades of Deep Magenta #C801B3

Tints of Deep Magenta #C801B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 52.63%
G = 0.26%
B = 47.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C801B3 (or 0xC801B3) is known color: Deep Magenta. HEX triplet: C8, 01 and B3. RGB value is (200,1,179). Sum of RGB (Red+Green+Blue) = 200+1+179=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C801B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801B3 is #37FE4C. Grayscale: #505050. Windows color (decimal): -3669581 or 11731400. OLE color: 11731400.

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

Color convert

RGB 200 1 179 -
CMYK 0 1.00 0.10 0.22
HSL 306.33º 0.99% 0.39% -
HSV(B) 306.33º 1% 0.78% -
XYZ 31.97 15.56 43.97 -
YUV 80.79 183.43 213.03 -
System Red Green Blue C M Y K H S L
Decimal 200 1 179 0 1.00 0.10 0.22 306.33 0.99 0.39
Hex C8 1 B3 0 64 A 16 132 63 27
Octal 310 1 263 0 144 12 26 462 143 47
Binary 11001000 1 10110011 0 1100100 1010 10110 100110010 1100011 100111

Color Harmonies of #C801B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801B3

Black with #C801B3

Text Example


Text Example

White with #C801B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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