Html Css Color HEX #C70ECC Deep Magenta

📋 copy color: '#C70ECC'

red 199 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #C70ECC

Tints of Deep Magenta #C70ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.36%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 47.72%
G = 3.36%
B = 48.92%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C70ECC (or 0xC70ECC) is known color: Deep Magenta. HEX triplet: C7, 0E and CC. RGB value is (199,14,204). Sum of RGB (Red+Green+Blue) = 199+14+204=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #C70ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ECC is #38F133. Grayscale: #5A5A5A. Windows color (decimal): -3731764 or 13373127. OLE color: 13373127.

HSL color Cylindrical-coordinate representation of color #C70ECC: hue angle of 298.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70ECC is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 14 204 -
CMYK 0.02 0.93 0 0.2
HSL 298.42º 0.87% 0.43% -
HSV(B) 298.42º 0.93% 0.8% -
XYZ 34.61 16.82 58.55 -
YUV 90.98 191.79 205.05 -
System Red Green Blue C M Y K H S L
Decimal 199 14 204 0.02 0.93 0 0.2 298.42 0.87 0.43
Hex C7 E CC 2 5D 0 14 12A 57 2B
Octal 307 16 314 2 135 0 24 452 127 53
Binary 11000111 1110 11001100 10 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C70ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70ECC

Black with #C70ECC

Text Example


Text Example

White with #C70ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70ECC; }

 p { color: rgb(199,14,204); }

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

background-color css

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

 a { background-color: rgb(199,14,204); }

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

border-color css

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

 span { border-color: rgb(199,14,204); }

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