Html Css Color HEX #C702BF Deep Magenta

📋 copy color: '#C702BF'

red 199 ◦ green 2 ◦ blue 191

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

Shades of Deep Magenta #C702BF

Tints of Deep Magenta #C702BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 50.77%
G = 0.51%
B = 48.72%

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

#C702BF (or 0xC702BF) is known color: Deep Magenta. HEX triplet: C7, 02 and BF. RGB value is (199,2,191). Sum of RGB (Red+Green+Blue) = 199+2+191=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C702BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702BF is #38FD40. Grayscale: #515151. Windows color (decimal): -3734849 or 12518087. OLE color: 12518087.

HSL color Cylindrical-coordinate representation of color #C702BF: hue angle of 302.44º 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 #C702BF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 191 -
CMYK 0 0.99 0.04 0.22
HSL 302.44º 0.98% 0.39% -
HSV(B) 302.44º 0.99% 0.78% -
XYZ 32.98 15.95 50.63 -
YUV 82.45 189.27 211.13 -
System Red Green Blue C M Y K H S L
Decimal 199 2 191 0 0.99 0.04 0.22 302.44 0.98 0.39
Hex C7 2 BF 0 63 4 16 12E 62 27
Octal 307 2 277 0 143 4 26 456 142 47
Binary 11000111 10 10111111 0 1100011 100 10110 100101110 1100010 100111

Color Harmonies of #C702BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C702BF

Black with #C702BF

Text Example


Text Example

White with #C702BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C702BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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