Html Css Color HEX #C70CDA Deep Magenta

📋 copy color: '#C70CDA'

red 199 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #C70CDA

Tints of Deep Magenta #C70CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 46.39%
G = 2.8%
B = 50.82%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C70CDA (or 0xC70CDA) is known color: Deep Magenta. HEX triplet: C7, 0C and DA. RGB value is (199,12,218). Sum of RGB (Red+Green+Blue) = 199+12+218=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #C70CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CDA is #38F325. Grayscale: #5A5A5A. Windows color (decimal): -3732262 or 14290119. OLE color: 14290119.

HSL color Cylindrical-coordinate representation of color #C70CDA: hue angle of 294.47º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CDA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 12 218 -
CMYK 0.09 0.94 0 0.15
HSL 294.47º 0.9% 0.45% -
HSV(B) 294.47º 0.94% 0.85% -
XYZ 36.34 17.47 67.79 -
YUV 91.4 199.45 204.75 -
System Red Green Blue C M Y K H S L
Decimal 199 12 218 0.09 0.94 0 0.15 294.47 0.9 0.45
Hex C7 C DA 9 5E 0 F 126 5A 2D
Octal 307 14 332 11 136 0 17 446 132 55
Binary 11000111 1100 11011010 1001 1011110 0 1111 100100110 1011010 101101

Color Harmonies of #C70CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CDA

Black with #C70CDA

Text Example


Text Example

White with #C70CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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