Html Css Color HEX #C702DF Deep Magenta

📋 copy color: '#C702DF'

red 199 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #C702DF

Tints of Deep Magenta #C702DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 46.93%
G = 0.47%
B = 52.59%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C702DF (or 0xC702DF) is known color: Deep Magenta. HEX triplet: C7, 02 and DF. RGB value is (199,2,223). Sum of RGB (Red+Green+Blue) = 199+2+223=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #C702DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702DF is #38FD20. Grayscale: #555555. Windows color (decimal): -3734817 or 14615239. OLE color: 14615239.

HSL color Cylindrical-coordinate representation of color #C702DF: hue angle of 293.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702DF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 2 223 -
CMYK 0.11 0.99 0 0.13
HSL 293.48º 0.98% 0.44% -
HSV(B) 293.48º 0.99% 0.87% -
XYZ 36.89 17.51 71.25 -
YUV 86.1 205.27 208.53 -
System Red Green Blue C M Y K H S L
Decimal 199 2 223 0.11 0.99 0 0.13 293.48 0.98 0.44
Hex C7 2 DF B 63 0 D 125 62 2C
Octal 307 2 337 13 143 0 15 445 142 54
Binary 11000111 10 11011111 1011 1100011 0 1101 100100101 1100010 101100

Color Harmonies of #C702DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702DF

Black with #C702DF

Text Example


Text Example

White with #C702DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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