Html Css Color HEX #C70BC4 Deep Magenta

📋 copy color: '#C70BC4'

red 199 ◦ green 11 ◦ blue 196

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

Shades of Deep Magenta #C70BC4

Tints of Deep Magenta #C70BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.28%

R = 49.01%
G = 2.71%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C70BC4 (or 0xC70BC4) is known color: Deep Magenta. HEX triplet: C7, 0B and C4. RGB value is (199,11,196). Sum of RGB (Red+Green+Blue) = 199+11+196=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BC4 is #38F43B. Grayscale: #575757. Windows color (decimal): -3732540 or 12848071. OLE color: 12848071.

HSL color Cylindrical-coordinate representation of color #C70BC4: hue angle of 300.96º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70BC4 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 11 196 -
CMYK 0 0.94 0.02 0.22
HSL 300.96º 0.9% 0.41% -
HSV(B) 300.96º 0.94% 0.78% -
XYZ 33.64 16.37 53.61 -
YUV 88.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 199 11 196 0 0.94 0.02 0.22 300.96 0.9 0.41
Hex C7 B C4 0 5E 2 16 12D 5A 29
Octal 307 13 304 0 136 2 26 455 132 51
Binary 11000111 1011 11000100 0 1011110 10 10110 100101101 1011010 101001

Color Harmonies of #C70BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BC4

Black with #C70BC4

Text Example


Text Example

White with #C70BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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