Html Css Color HEX #C80CBD Deep Magenta

📋 copy color: '#C80CBD'

red 200 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #C80CBD

Tints of Deep Magenta #C80CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 49.88%
G = 2.99%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C80CBD (or 0xC80CBD) is known color: Deep Magenta. HEX triplet: C8, 0C and BD. RGB value is (200,12,189). Sum of RGB (Red+Green+Blue) = 200+12+189=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CBD is #37F342. Grayscale: #575757. Windows color (decimal): -3666755 or 12389576. OLE color: 12389576.

HSL color Cylindrical-coordinate representation of color #C80CBD: hue angle of 303.51º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CBD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 189 -
CMYK 0 0.94 0.06 0.22
HSL 303.51º 0.89% 0.42% -
HSV(B) 303.51º 0.94% 0.78% -
XYZ 33.14 16.22 49.53 -
YUV 88.39 184.78 207.61 -
System Red Green Blue C M Y K H S L
Decimal 200 12 189 0 0.94 0.06 0.22 303.51 0.89 0.42
Hex C8 C BD 0 5E 6 16 130 59 2A
Octal 310 14 275 0 136 6 26 460 131 52
Binary 11001000 1100 10111101 0 1011110 110 10110 100110000 1011001 101010

Color Harmonies of #C80CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CBD

Black with #C80CBD

Text Example


Text Example

White with #C80CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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