Html Css Color HEX #C70FCA Deep Magenta

📋 copy color: '#C70FCA'

red 199 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #C70FCA

Tints of Deep Magenta #C70FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 47.84%
G = 3.61%
B = 48.56%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C70FCA (or 0xC70FCA) is known color: Deep Magenta. HEX triplet: C7, 0F and CA. RGB value is (199,15,202). Sum of RGB (Red+Green+Blue) = 199+15+202=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C70FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FCA is #38F035. Grayscale: #5A5A5A. Windows color (decimal): -3731510 or 13242311. OLE color: 13242311.

HSL color Cylindrical-coordinate representation of color #C70FCA: hue angle of 299.04º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70FCA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 15 202 -
CMYK 0.01 0.93 0 0.21
HSL 299.04º 0.86% 0.43% -
HSV(B) 299.04º 0.93% 0.79% -
XYZ 34.38 16.75 57.3 -
YUV 91.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 199 15 202 0.01 0.93 0 0.21 299.04 0.86 0.43
Hex C7 F CA 1 5D 0 15 12B 56 2B
Octal 307 17 312 1 135 0 25 453 126 53
Binary 11000111 1111 11001010 1 1011101 0 10101 100101011 1010110 101011

Color Harmonies of #C70FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FCA

Black with #C70FCA

Text Example


Text Example

White with #C70FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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