Html Css Color HEX #C80CDA Deep Magenta

📋 copy color: '#C80CDA'

red 200 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #C80CDA

Tints of Deep Magenta #C80CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 46.51%
G = 2.79%
B = 50.7%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C80CDA (or 0xC80CDA) is known color: Deep Magenta. HEX triplet: C8, 0C and DA. RGB value is (200,12,218). Sum of RGB (Red+Green+Blue) = 200+12+218=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #C80CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CDA is #37F325. Grayscale: #5B5B5B. Windows color (decimal): -3666726 or 14290120. OLE color: 14290120.

HSL color Cylindrical-coordinate representation of color #C80CDA: hue angle of 294.76º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CDA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 12 218 -
CMYK 0.08 0.94 0 0.15
HSL 294.76º 0.9% 0.45% -
HSV(B) 294.76º 0.94% 0.85% -
XYZ 36.61 17.6 67.8 -
YUV 91.7 199.28 205.25 -
System Red Green Blue C M Y K H S L
Decimal 200 12 218 0.08 0.94 0 0.15 294.76 0.9 0.45
Hex C8 C DA 8 5E 0 F 127 5A 2D
Octal 310 14 332 10 136 0 17 447 132 55
Binary 11001000 1100 11011010 1000 1011110 0 1111 100100111 1011010 101101

Color Harmonies of #C80CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CDA

Black with #C80CDA

Text Example


Text Example

White with #C80CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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