Html Css Color HEX #C81BCC Deep Magenta

📋 copy color: '#C81BCC'

red 200 ◦ green 27 ◦ blue 204

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

Shades of Deep Magenta #C81BCC

Tints of Deep Magenta #C81BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.26%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 46.4%
G = 6.26%
B = 47.33%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C81BCC (or 0xC81BCC) is known color: Deep Magenta. HEX triplet: C8, 1B and CC. RGB value is (200,27,204). Sum of RGB (Red+Green+Blue) = 200+27+204=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #C81BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BCC is #37E433. Grayscale: #626262. Windows color (decimal): -3662900 or 13376456. OLE color: 13376456.

HSL color Cylindrical-coordinate representation of color #C81BCC: hue angle of 298.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81BCC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 27 204 -
CMYK 0.02 0.87 0 0.2
HSL 298.64º 0.77% 0.45% -
HSV(B) 298.64º 0.87% 0.8% -
XYZ 35.11 17.42 58.64 -
YUV 98.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 200 27 204 0.02 0.87 0 0.2 298.64 0.77 0.45
Hex C8 1B CC 2 57 0 14 12B 4D 2D
Octal 310 33 314 2 127 0 24 453 115 55
Binary 11001000 11011 11001100 10 1010111 0 10100 100101011 1001101 101101

Color Harmonies of #C81BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81BCC

Black with #C81BCC

Text Example


Text Example

White with #C81BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81BCC; }

 p { color: rgb(200,27,204); }

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

background-color css

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

 a { background-color: rgb(200,27,204); }

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

border-color css

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

 span { border-color: rgb(200,27,204); }

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