Html Css Color HEX #C81ABB Deep Magenta

📋 copy color: '#C81ABB'

red 200 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #C81ABB

Tints of Deep Magenta #C81ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 48.43%
G = 6.3%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C81ABB (or 0xC81ABB) is known color: Deep Magenta. HEX triplet: C8, 1A and BB. RGB value is (200,26,187). Sum of RGB (Red+Green+Blue) = 200+26+187=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C81ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ABB is #37E544. Grayscale: #5F5F5F. Windows color (decimal): -3663173 or 12262088. OLE color: 12262088.

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

Color convert

RGB 200 26 187 -
CMYK 0 0.87 0.06 0.22
HSL 304.48º 0.77% 0.44% -
HSV(B) 304.48º 0.87% 0.78% -
XYZ 33.16 16.61 48.47 -
YUV 96.38 179.15 201.91 -
System Red Green Blue C M Y K H S L
Decimal 200 26 187 0 0.87 0.06 0.22 304.48 0.77 0.44
Hex C8 1A BB 0 57 6 16 130 4D 2C
Octal 310 32 273 0 127 6 26 460 115 54
Binary 11001000 11010 10111011 0 1010111 110 10110 100110000 1001101 101100

Color Harmonies of #C81ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81ABB

Black with #C81ABB

Text Example


Text Example

White with #C81ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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