Html Css Color HEX #C80BDD Deep Magenta

📋 copy color: '#C80BDD'

red 200 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #C80BDD

Tints of Deep Magenta #C80BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 46.3%
G = 2.55%
B = 51.16%

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

#C80BDD (or 0xC80BDD) is known color: Deep Magenta. HEX triplet: C8, 0B and DD. RGB value is (200,11,221). Sum of RGB (Red+Green+Blue) = 200+11+221=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #C80BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BDD is #37F422. Grayscale: #5A5A5A. Windows color (decimal): -3666979 or 14486472. OLE color: 14486472.

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

Color convert

RGB 200 11 221 -
CMYK 0.10 0.95 0 0.13
HSL 294º 0.91% 0.45% -
HSV(B) 294º 0.95% 0.87% -
XYZ 36.99 17.74 69.88 -
YUV 91.45 201.12 205.42 -
System Red Green Blue C M Y K H S L
Decimal 200 11 221 0.10 0.95 0 0.13 294 0.91 0.45
Hex C8 B DD A 5F 0 D 126 5B 2D
Octal 310 13 335 12 137 0 15 446 133 55
Binary 11001000 1011 11011101 1010 1011111 0 1101 100100110 1011011 101101

Color Harmonies of #C80BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BDD

Black with #C80BDD

Text Example


Text Example

White with #C80BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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