Html Css Color HEX #C81ECB Deep Magenta

📋 copy color: '#C81ECB'

red 200 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #C81ECB

Tints of Deep Magenta #C81ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

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

R = 46.19%
G = 6.93%
B = 46.88%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C81ECB (or 0xC81ECB) is known color: Deep Magenta. HEX triplet: C8, 1E and CB. RGB value is (200,30,203). Sum of RGB (Red+Green+Blue) = 200+30+203=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #C81ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ECB is #37E134. Grayscale: #646464. Windows color (decimal): -3662133 or 13311688. OLE color: 13311688.

HSL color Cylindrical-coordinate representation of color #C81ECB: hue angle of 298.96º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81ECB is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 30 203 -
CMYK 0.01 0.85 0 0.20
HSL 298.96º 0.74% 0.46% -
HSV(B) 298.96º 0.85% 0.8% -
XYZ 35.06 17.52 58.03 -
YUV 100.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 200 30 203 0.01 0.85 0 0.20 298.96 0.74 0.46
Hex C8 1E CB 1 55 0 14 12B 4A 2E
Octal 310 36 313 1 125 0 24 453 112 56
Binary 11001000 11110 11001011 1 1010101 0 10100 100101011 1001010 101110

Color Harmonies of #C81ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81ECB

Black with #C81ECB

Text Example


Text Example

White with #C81ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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