Html Css Color HEX #C81AB5 Deep Magenta

📋 copy color: '#C81AB5'

red 200 ◦ green 26 ◦ blue 181

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

Shades of Deep Magenta #C81AB5

Tints of Deep Magenta #C81AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 49.14%
G = 6.39%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C81AB5 (or 0xC81AB5) is known color: Deep Magenta. HEX triplet: C8, 1A and B5. RGB value is (200,26,181). Sum of RGB (Red+Green+Blue) = 200+26+181=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AB5 is #37E54A. Grayscale: #5F5F5F. Windows color (decimal): -3663179 or 11868872. OLE color: 11868872.

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

Color convert

RGB 200 26 181 -
CMYK 0 0.87 0.09 0.22
HSL 306.55º 0.77% 0.44% -
HSV(B) 306.55º 0.87% 0.78% -
XYZ 32.53 16.35 45.16 -
YUV 95.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 200 26 181 0 0.87 0.09 0.22 306.55 0.77 0.44
Hex C8 1A B5 0 57 9 16 133 4D 2C
Octal 310 32 265 0 127 11 26 463 115 54
Binary 11001000 11010 10110101 0 1010111 1001 10110 100110011 1001101 101100

Color Harmonies of #C81AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AB5

Black with #C81AB5

Text Example


Text Example

White with #C81AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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