Html Css Color HEX #C80FB2 Deep Magenta

📋 copy color: '#C80FB2'

red 200 ◦ green 15 ◦ blue 178

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

Shades of Deep Magenta #C80FB2

Tints of Deep Magenta #C80FB2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.82%

 BLUE value IS 178 (69.92% from 255) = 45.29%

R = 50.89%
G = 3.82%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C80FB2 (or 0xC80FB2) is known color: Deep Magenta. HEX triplet: C8, 0F and B2. RGB value is (200,15,178). Sum of RGB (Red+Green+Blue) = 200+15+178=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FB2 is #37F04D. Grayscale: #585858. Windows color (decimal): -3665998 or 11669448. OLE color: 11669448.

HSL color Cylindrical-coordinate representation of color #C80FB2: hue angle of 307.14º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FB2 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 178 -
CMYK 0 0.92 0.11 0.22
HSL 307.14º 0.86% 0.42% -
HSV(B) 307.14º 0.93% 0.78% -
XYZ 32.03 15.84 43.49 -
YUV 88.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 200 15 178 0 0.92 0.11 0.22 307.14 0.86 0.42
Hex C8 F B2 0 5C B 16 133 56 2A
Octal 310 17 262 0 134 13 26 463 126 52
Binary 11001000 1111 10110010 0 1011100 1011 10110 100110011 1010110 101010

Color Harmonies of #C80FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FB2

Black with #C80FB2

Text Example


Text Example

White with #C80FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FB2; }

 p { color: rgb(200,15,178); }

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

background-color css

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

 a { background-color: rgb(200,15,178); }

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

border-color css

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

 span { border-color: rgb(200,15,178); }

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