Html Css Color HEX #C70FC4 Deep Magenta

📋 copy color: '#C70FC4'

red 199 ◦ green 15 ◦ blue 196

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

Shades of Deep Magenta #C70FC4

Tints of Deep Magenta #C70FC4

RGB

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

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

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

R = 48.54%
G = 3.66%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C70FC4 (or 0xC70FC4) is known color: Deep Magenta. HEX triplet: C7, 0F and C4. RGB value is (199,15,196). Sum of RGB (Red+Green+Blue) = 199+15+196=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FC4 is #38F03B. Grayscale: #5A5A5A. Windows color (decimal): -3731516 or 12849095. OLE color: 12849095.

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

Color convert

RGB 199 15 196 -
CMYK 0 0.92 0.02 0.22
HSL 300.98º 0.86% 0.42% -
HSV(B) 300.98º 0.92% 0.78% -
XYZ 33.69 16.47 53.63 -
YUV 90.65 187.46 205.28 -
System Red Green Blue C M Y K H S L
Decimal 199 15 196 0 0.92 0.02 0.22 300.98 0.86 0.42
Hex C7 F C4 0 5C 2 16 12D 56 2A
Octal 307 17 304 0 134 2 26 455 126 52
Binary 11000111 1111 11000100 0 1011100 10 10110 100101101 1010110 101010

Color Harmonies of #C70FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FC4

Black with #C70FC4

Text Example


Text Example

White with #C70FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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