Html Css Color HEX #C80CDD Deep Magenta

📋 copy color: '#C80CDD'

red 200 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #C80CDD

Tints of Deep Magenta #C80CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 46.19%
G = 2.77%
B = 51.04%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C80CDD (or 0xC80CDD) is known color: Deep Magenta. HEX triplet: C8, 0C and DD. RGB value is (200,12,221). Sum of RGB (Red+Green+Blue) = 200+12+221=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C80CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CDD is #37F322. Grayscale: #5B5B5B. Windows color (decimal): -3666723 or 14486728. OLE color: 14486728.

HSL color Cylindrical-coordinate representation of color #C80CDD: hue angle of 293.97º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80CDD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 12 221 -
CMYK 0.10 0.95 0 0.13
HSL 293.97º 0.9% 0.46% -
HSV(B) 293.97º 0.95% 0.87% -
XYZ 37 17.76 69.88 -
YUV 92.04 200.78 205.01 -
System Red Green Blue C M Y K H S L
Decimal 200 12 221 0.10 0.95 0 0.13 293.97 0.9 0.46
Hex C8 C DD A 5F 0 D 126 5A 2E
Octal 310 14 335 12 137 0 15 446 132 56
Binary 11001000 1100 11011101 1010 1011111 0 1101 100100110 1011010 101110

Color Harmonies of #C80CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CDD

Black with #C80CDD

Text Example


Text Example

White with #C80CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CDD; }

 p { color: rgb(200,12,221); }

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

background-color css

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

 a { background-color: rgb(200,12,221); }

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

border-color css

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

 span { border-color: rgb(200,12,221); }

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