Html Css Color HEX #C702D5 Deep Magenta

📋 copy color: '#C702D5'

red 199 ◦ green 2 ◦ blue 213

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

Shades of Deep Magenta #C702D5

Tints of Deep Magenta #C702D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.45%

R = 48.07%
G = 0.48%
B = 51.45%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C702D5 (or 0xC702D5) is known color: Deep Magenta. HEX triplet: C7, 02 and D5. RGB value is (199,2,213). Sum of RGB (Red+Green+Blue) = 199+2+213=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #C702D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702D5 is #38FD2A. Grayscale: #545454. Windows color (decimal): -3734827 or 13959879. OLE color: 13959879.

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

Color convert

RGB 199 2 213 -
CMYK 0.07 0.99 0 0.16
HSL 296.02º 0.98% 0.42% -
HSV(B) 296.02º 0.99% 0.84% -
XYZ 35.59 16.99 64.35 -
YUV 84.96 200.27 209.34 -
System Red Green Blue C M Y K H S L
Decimal 199 2 213 0.07 0.99 0 0.16 296.02 0.98 0.42
Hex C7 2 D5 7 63 0 10 128 62 2A
Octal 307 2 325 7 143 0 20 450 142 52
Binary 11000111 10 11010101 111 1100011 0 10000 100101000 1100010 101010

Color Harmonies of #C702D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702D5

Black with #C702D5

Text Example


Text Example

White with #C702D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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