Html Css Color HEX #C70CDD Deep Magenta

📋 copy color: '#C70CDD'

red 199 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #C70CDD

Tints of Deep Magenta #C70CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 46.06%
G = 2.78%
B = 51.16%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C70CDD (or 0xC70CDD) is known color: Deep Magenta. HEX triplet: C7, 0C and DD. RGB value is (199,12,221). Sum of RGB (Red+Green+Blue) = 199+12+221=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #C70CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CDD is #38F322. Grayscale: #5B5B5B. Windows color (decimal): -3732259 or 14486727. OLE color: 14486727.

HSL color Cylindrical-coordinate representation of color #C70CDD: hue angle of 293.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CDD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 12 221 -
CMYK 0.10 0.95 0 0.13
HSL 293.68º 0.9% 0.46% -
HSV(B) 293.68º 0.95% 0.87% -
XYZ 36.74 17.63 69.87 -
YUV 91.74 200.95 204.51 -
System Red Green Blue C M Y K H S L
Decimal 199 12 221 0.10 0.95 0 0.13 293.68 0.9 0.46
Hex C7 C DD A 5F 0 D 126 5A 2E
Octal 307 14 335 12 137 0 15 446 132 56
Binary 11000111 1100 11011101 1010 1011111 0 1101 100100110 1011010 101110

Color Harmonies of #C70CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CDD

Black with #C70CDD

Text Example


Text Example

White with #C70CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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