Html Css Color HEX #C70CC9 Deep Magenta

📋 copy color: '#C70CC9'

red 199 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #C70CC9

Tints of Deep Magenta #C70CC9

RGB

 RED value IS 199 (78.13% from 255) = 48.3%

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

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 48.3%
G = 2.91%
B = 48.79%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C70CC9 (or 0xC70CC9) is known color: Deep Magenta. HEX triplet: C7, 0C and C9. RGB value is (199,12,201). Sum of RGB (Red+Green+Blue) = 199+12+201=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #C70CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CC9 is #38F336. Grayscale: #585858. Windows color (decimal): -3732279 or 13176007. OLE color: 13176007.

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

Color convert

RGB 199 12 201 -
CMYK 0.01 0.94 0 0.21
HSL 299.37º 0.89% 0.42% -
HSV(B) 299.37º 0.94% 0.79% -
XYZ 34.23 16.62 56.66 -
YUV 89.46 190.95 206.13 -
System Red Green Blue C M Y K H S L
Decimal 199 12 201 0.01 0.94 0 0.21 299.37 0.89 0.42
Hex C7 C C9 1 5E 0 15 12B 59 2A
Octal 307 14 311 1 136 0 25 453 131 52
Binary 11000111 1100 11001001 1 1011110 0 10101 100101011 1011001 101010

Color Harmonies of #C70CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CC9

Black with #C70CC9

Text Example


Text Example

White with #C70CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CC9; }

 p { color: rgb(199,12,201); }

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

background-color css

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

 a { background-color: rgb(199,12,201); }

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

border-color css

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

 span { border-color: rgb(199,12,201); }

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