Html Css Color HEX #C70BD6 Deep Magenta

📋 copy color: '#C70BD6'

red 199 ◦ green 11 ◦ blue 214

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

Shades of Deep Magenta #C70BD6

Tints of Deep Magenta #C70BD6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.59%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 46.93%
G = 2.59%
B = 50.47%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C70BD6 (or 0xC70BD6) is known color: Deep Magenta. HEX triplet: C7, 0B and D6. RGB value is (199,11,214). Sum of RGB (Red+Green+Blue) = 199+11+214=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #C70BD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BD6 is #38F429. Grayscale: #595959. Windows color (decimal): -3732522 or 14027719. OLE color: 14027719.

HSL color Cylindrical-coordinate representation of color #C70BD6: hue angle of 295.57º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BD6 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 11 214 -
CMYK 0.07 0.95 0 0.16
HSL 295.57º 0.9% 0.44% -
HSV(B) 295.57º 0.95% 0.84% -
XYZ 35.81 17.24 65.06 -
YUV 90.35 197.78 205.49 -
System Red Green Blue C M Y K H S L
Decimal 199 11 214 0.07 0.95 0 0.16 295.57 0.9 0.44
Hex C7 B D6 7 5F 0 10 128 5A 2C
Octal 307 13 326 7 137 0 20 450 132 54
Binary 11000111 1011 11010110 111 1011111 0 10000 100101000 1011010 101100

Color Harmonies of #C70BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BD6

Black with #C70BD6

Text Example


Text Example

White with #C70BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BD6; }

 p { color: rgb(199,11,214); }

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

background-color css

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

 a { background-color: rgb(199,11,214); }

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

border-color css

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

 span { border-color: rgb(199,11,214); }

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