Html Css Color HEX #C80ACB Deep Magenta

📋 copy color: '#C80ACB'

red 200 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #C80ACB

Tints of Deep Magenta #C80ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.42%

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 48.43%
G = 2.42%
B = 49.15%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C80ACB (or 0xC80ACB) is known color: Deep Magenta. HEX triplet: C8, 0A and CB. RGB value is (200,10,203). Sum of RGB (Red+Green+Blue) = 200+10+203=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #C80ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ACB is #37F534. Grayscale: #585858. Windows color (decimal): -3667253 or 13306568. OLE color: 13306568.

HSL color Cylindrical-coordinate representation of color #C80ACB: hue angle of 299.07º degrees, saturation: 0.91, 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 #C80ACB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 10 203 -
CMYK 0.01 0.95 0 0.20
HSL 299.07º 0.91% 0.42% -
HSV(B) 299.07º 0.95% 0.8% -
XYZ 34.71 16.81 57.91 -
YUV 88.81 192.45 207.31 -
System Red Green Blue C M Y K H S L
Decimal 200 10 203 0.01 0.95 0 0.20 299.07 0.91 0.42
Hex C8 A CB 1 5F 0 14 12B 5B 2A
Octal 310 12 313 1 137 0 24 453 133 52
Binary 11001000 1010 11001011 1 1011111 0 10100 100101011 1011011 101010

Color Harmonies of #C80ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ACB

Black with #C80ACB

Text Example


Text Example

White with #C80ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ACB; }

 p { color: rgb(200,10,203); }

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

background-color css

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

 a { background-color: rgb(200,10,203); }

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

border-color css

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

 span { border-color: rgb(200,10,203); }

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