Html Css Color HEX #C81ABE Deep Magenta

📋 copy color: '#C81ABE'

red 200 ◦ green 26 ◦ blue 190

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

Shades of Deep Magenta #C81ABE

Tints of Deep Magenta #C81ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 48.08%
G = 6.25%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C81ABE (or 0xC81ABE) is known color: Deep Magenta. HEX triplet: C8, 1A and BE. RGB value is (200,26,190). Sum of RGB (Red+Green+Blue) = 200+26+190=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C81ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ABE is #37E541. Grayscale: #606060. Windows color (decimal): -3663170 or 12458696. OLE color: 12458696.

HSL color Cylindrical-coordinate representation of color #C81ABE: hue angle of 303.45º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81ABE is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 26 190 -
CMYK 0 0.87 0.05 0.22
HSL 303.45º 0.77% 0.44% -
HSV(B) 303.45º 0.87% 0.78% -
XYZ 33.48 16.74 50.18 -
YUV 96.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 200 26 190 0 0.87 0.05 0.22 303.45 0.77 0.44
Hex C8 1A BE 0 57 5 16 12F 4D 2C
Octal 310 32 276 0 127 5 26 457 115 54
Binary 11001000 11010 10111110 0 1010111 101 10110 100101111 1001101 101100

Color Harmonies of #C81ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81ABE

Black with #C81ABE

Text Example


Text Example

White with #C81ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81ABE; }

 p { color: rgb(200,26,190); }

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

background-color css

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

 a { background-color: rgb(200,26,190); }

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

border-color css

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

 span { border-color: rgb(200,26,190); }

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