Html Css Color HEX #C70FDD Deep Magenta

📋 copy color: '#C70FDD'

red 199 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C70FDD

Tints of Deep Magenta #C70FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.45%

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

R = 45.75%
G = 3.45%
B = 50.8%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C70FDD (or 0xC70FDD) is known color: Deep Magenta. HEX triplet: C7, 0F and DD. RGB value is (199,15,221). Sum of RGB (Red+Green+Blue) = 199+15+221=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #C70FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FDD is #38F022. Grayscale: #5C5C5C. Windows color (decimal): -3731491 or 14487495. OLE color: 14487495.

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

Color convert

RGB 199 15 221 -
CMYK 0.10 0.93 0 0.13
HSL 293.59º 0.87% 0.46% -
HSV(B) 293.59º 0.93% 0.87% -
XYZ 36.78 17.7 69.89 -
YUV 93.5 199.96 203.25 -
System Red Green Blue C M Y K H S L
Decimal 199 15 221 0.10 0.93 0 0.13 293.59 0.87 0.46
Hex C7 F DD A 5D 0 D 126 57 2E
Octal 307 17 335 12 135 0 15 446 127 56
Binary 11000111 1111 11011101 1010 1011101 0 1101 100100110 1010111 101110

Color Harmonies of #C70FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FDD

Black with #C70FDD

Text Example


Text Example

White with #C70FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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