Html Css Color HEX #C702C0 Deep Magenta

📋 copy color: '#C702C0'

red 199 ◦ green 2 ◦ blue 192

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

Shades of Deep Magenta #C702C0

Tints of Deep Magenta #C702C0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 50.64%
G = 0.51%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C702C0 (or 0xC702C0) is known color: Deep Magenta. HEX triplet: C7, 02 and C0. RGB value is (199,2,192). Sum of RGB (Red+Green+Blue) = 199+2+192=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C702C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702C0 is #38FD3F. Grayscale: #525252. Windows color (decimal): -3734848 or 12583623. OLE color: 12583623.

HSL color Cylindrical-coordinate representation of color #C702C0: hue angle of 302.13º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702C0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 192 -
CMYK 0 0.99 0.04 0.22
HSL 302.13º 0.98% 0.39% -
HSV(B) 302.13º 0.99% 0.78% -
XYZ 33.09 15.99 51.21 -
YUV 82.56 189.77 211.05 -
System Red Green Blue C M Y K H S L
Decimal 199 2 192 0 0.99 0.04 0.22 302.13 0.98 0.39
Hex C7 2 C0 0 63 4 16 12E 62 27
Octal 307 2 300 0 143 4 26 456 142 47
Binary 11000111 10 11000000 0 1100011 100 10110 100101110 1100010 100111

Color Harmonies of #C702C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702C0

Black with #C702C0

Text Example


Text Example

White with #C702C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702C0; }

 p { color: rgb(199,2,192); }

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

background-color css

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

 a { background-color: rgb(199,2,192); }

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

border-color css

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

 span { border-color: rgb(199,2,192); }

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