Html Css Color HEX #C80BCD Deep Magenta

📋 copy color: '#C80BCD'

red 200 ◦ green 11 ◦ blue 205

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

Shades of Deep Magenta #C80BCD

Tints of Deep Magenta #C80BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 48.08%
G = 2.64%
B = 49.28%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C80BCD (or 0xC80BCD) is known color: Deep Magenta. HEX triplet: C8, 0B and CD. RGB value is (200,11,205). Sum of RGB (Red+Green+Blue) = 200+11+205=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C80BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BCD is #37F432. Grayscale: #595959. Windows color (decimal): -3666995 or 13437896. OLE color: 13437896.

HSL color Cylindrical-coordinate representation of color #C80BCD: hue angle of 298.45º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BCD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 11 205 -
CMYK 0.02 0.95 0 0.20
HSL 298.45º 0.9% 0.42% -
HSV(B) 298.45º 0.95% 0.8% -
XYZ 34.96 16.93 59.18 -
YUV 89.63 193.12 206.73 -
System Red Green Blue C M Y K H S L
Decimal 200 11 205 0.02 0.95 0 0.20 298.45 0.9 0.42
Hex C8 B CD 2 5F 0 14 12A 5A 2A
Octal 310 13 315 2 137 0 24 452 132 52
Binary 11001000 1011 11001101 10 1011111 0 10100 100101010 1011010 101010

Color Harmonies of #C80BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BCD

Black with #C80BCD

Text Example


Text Example

White with #C80BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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