Html Css Color HEX #C70CD0 Deep Magenta

📋 copy color: '#C70CD0'

red 199 ◦ green 12 ◦ blue 208

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

Shades of Deep Magenta #C70CD0

Tints of Deep Magenta #C70CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 47.49%
G = 2.86%
B = 49.64%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C70CD0 (or 0xC70CD0) is known color: Deep Magenta. HEX triplet: C7, 0C and D0. RGB value is (199,12,208). Sum of RGB (Red+Green+Blue) = 199+12+208=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #C70CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CD0 is #38F32F. Grayscale: #595959. Windows color (decimal): -3732272 or 13634759. OLE color: 13634759.

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

Color convert

RGB 199 12 208 -
CMYK 0.04 0.94 0 0.18
HSL 297.24º 0.89% 0.43% -
HSV(B) 297.24º 0.94% 0.82% -
XYZ 35.07 16.96 61.1 -
YUV 90.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 199 12 208 0.04 0.94 0 0.18 297.24 0.89 0.43
Hex C7 C D0 4 5E 0 12 129 59 2B
Octal 307 14 320 4 136 0 22 451 131 53
Binary 11000111 1100 11010000 100 1011110 0 10010 100101001 1011001 101011

Color Harmonies of #C70CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CD0

Black with #C70CD0

Text Example


Text Example

White with #C70CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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