Html Css Color HEX #C70CC1 Deep Magenta

📋 copy color: '#C70CC1'

red 199 ◦ green 12 ◦ blue 193

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

Shades of Deep Magenta #C70CC1

Tints of Deep Magenta #C70CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.77%

R = 49.26%
G = 2.97%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C70CC1 (or 0xC70CC1) is known color: Deep Magenta. HEX triplet: C7, 0C and C1. RGB value is (199,12,193). Sum of RGB (Red+Green+Blue) = 199+12+193=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CC1 is #38F33E. Grayscale: #585858. Windows color (decimal): -3732287 or 12651719. OLE color: 12651719.

HSL color Cylindrical-coordinate representation of color #C70CC1: hue angle of 301.93º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CC1 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 12 193 -
CMYK 0 0.94 0.03 0.22
HSL 301.93º 0.89% 0.41% -
HSV(B) 301.93º 0.94% 0.78% -
XYZ 33.31 16.26 51.83 -
YUV 88.55 186.95 206.78 -
System Red Green Blue C M Y K H S L
Decimal 199 12 193 0 0.94 0.03 0.22 301.93 0.89 0.41
Hex C7 C C1 0 5E 3 16 12E 59 29
Octal 307 14 301 0 136 3 26 456 131 51
Binary 11000111 1100 11000001 0 1011110 11 10110 100101110 1011001 101001

Color Harmonies of #C70CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CC1

Black with #C70CC1

Text Example


Text Example

White with #C70CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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