Html Css Color HEX #C81CCC Deep Magenta

📋 copy color: '#C81CCC'

red 200 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #C81CCC

Tints of Deep Magenta #C81CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

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

R = 46.3%
G = 6.48%
B = 47.22%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C81CCC (or 0xC81CCC) is known color: Deep Magenta. HEX triplet: C8, 1C and CC. RGB value is (200,28,204). Sum of RGB (Red+Green+Blue) = 200+28+204=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #C81CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CCC is #37E333. Grayscale: #626262. Windows color (decimal): -3662644 or 13376712. OLE color: 13376712.

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

Color convert

RGB 200 28 204 -
CMYK 0.02 0.86 0 0.2
HSL 298.64º 0.76% 0.45% -
HSV(B) 298.64º 0.86% 0.8% -
XYZ 35.13 17.47 58.65 -
YUV 99.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 200 28 204 0.02 0.86 0 0.2 298.64 0.76 0.45
Hex C8 1C CC 2 56 0 14 12B 4C 2D
Octal 310 34 314 2 126 0 24 453 114 55
Binary 11001000 11100 11001100 10 1010110 0 10100 100101011 1001100 101101

Color Harmonies of #C81CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CCC

Black with #C81CCC

Text Example


Text Example

White with #C81CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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