Html Css Color HEX #C703BF Deep Magenta

📋 copy color: '#C703BF'

red 199 ◦ green 3 ◦ blue 191

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

Shades of Deep Magenta #C703BF

Tints of Deep Magenta #C703BF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 50.64%
G = 0.76%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C703BF (or 0xC703BF) is known color: Deep Magenta. HEX triplet: C7, 03 and BF. RGB value is (199,3,191). Sum of RGB (Red+Green+Blue) = 199+3+191=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C703BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703BF is #38FC40. Grayscale: #525252. Windows color (decimal): -3734593 or 12518343. OLE color: 12518343.

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

Color convert

RGB 199 3 191 -
CMYK 0 0.98 0.04 0.22
HSL 302.45º 0.97% 0.4% -
HSV(B) 302.45º 0.98% 0.78% -
XYZ 32.99 15.97 50.63 -
YUV 83.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 199 3 191 0 0.98 0.04 0.22 302.45 0.97 0.4
Hex C7 3 BF 0 62 4 16 12E 61 28
Octal 307 3 277 0 142 4 26 456 141 50
Binary 11000111 11 10111111 0 1100010 100 10110 100101110 1100001 101000

Color Harmonies of #C703BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703BF

Black with #C703BF

Text Example


Text Example

White with #C703BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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