Html Css Color HEX #C80FCA Deep Magenta

📋 copy color: '#C80FCA'

red 200 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #C80FCA

Tints of Deep Magenta #C80FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 47.96%
G = 3.6%
B = 48.44%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C80FCA (or 0xC80FCA) is known color: Deep Magenta. HEX triplet: C8, 0F and CA. RGB value is (200,15,202). Sum of RGB (Red+Green+Blue) = 200+15+202=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #C80FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FCA is #37F035. Grayscale: #5B5B5B. Windows color (decimal): -3665974 or 13242312. OLE color: 13242312.

HSL color Cylindrical-coordinate representation of color #C80FCA: hue angle of 299.36º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FCA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 15 202 -
CMYK 0.01 0.93 0 0.21
HSL 299.36º 0.86% 0.43% -
HSV(B) 299.36º 0.93% 0.79% -
XYZ 34.65 16.89 57.31 -
YUV 91.63 190.29 205.29 -
System Red Green Blue C M Y K H S L
Decimal 200 15 202 0.01 0.93 0 0.21 299.36 0.86 0.43
Hex C8 F CA 1 5D 0 15 12B 56 2B
Octal 310 17 312 1 135 0 25 453 126 53
Binary 11001000 1111 11001010 1 1011101 0 10101 100101011 1010110 101011

Color Harmonies of #C80FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FCA

Black with #C80FCA

Text Example


Text Example

White with #C80FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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