Html Css Color HEX #C70CCD Deep Magenta

📋 copy color: '#C70CCD'

red 199 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #C70CCD

Tints of Deep Magenta #C70CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 47.84%
G = 2.88%
B = 49.28%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C70CCD (or 0xC70CCD) is known color: Deep Magenta. HEX triplet: C7, 0C and CD. RGB value is (199,12,205). Sum of RGB (Red+Green+Blue) = 199+12+205=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C70CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CCD is #38F332. Grayscale: #595959. Windows color (decimal): -3732275 or 13438151. OLE color: 13438151.

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

Color convert

RGB 199 12 205 -
CMYK 0.03 0.94 0 0.20
HSL 298.13º 0.89% 0.43% -
HSV(B) 298.13º 0.94% 0.8% -
XYZ 34.7 16.81 59.17 -
YUV 89.92 192.95 205.81 -
System Red Green Blue C M Y K H S L
Decimal 199 12 205 0.03 0.94 0 0.20 298.13 0.89 0.43
Hex C7 C CD 3 5E 0 14 12A 59 2B
Octal 307 14 315 3 136 0 24 452 131 53
Binary 11000111 1100 11001101 11 1011110 0 10100 100101010 1011001 101011

Color Harmonies of #C70CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CCD

Black with #C70CCD

Text Example


Text Example

White with #C70CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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