Html Css Color HEX #C703AF Deep Magenta

📋 copy color: '#C703AF'

red 199 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #C703AF

Tints of Deep Magenta #C703AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 52.79%
G = 0.8%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C703AF (or 0xC703AF) is known color: Deep Magenta. HEX triplet: C7, 03 and AF. RGB value is (199,3,175). Sum of RGB (Red+Green+Blue) = 199+3+175=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C703AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C703AF is #38FC50. Grayscale: #505050. Windows color (decimal): -3734609 or 11469767. OLE color: 11469767.

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

Color convert

RGB 199 3 175 -
CMYK 0 0.98 0.12 0.22
HSL 307.35º 0.97% 0.4% -
HSV(B) 307.35º 0.98% 0.78% -
XYZ 31.32 15.3 41.86 -
YUV 81.21 180.93 212.01 -
System Red Green Blue C M Y K H S L
Decimal 199 3 175 0 0.98 0.12 0.22 307.35 0.97 0.4
Hex C7 3 AF 0 62 C 16 133 61 28
Octal 307 3 257 0 142 14 26 463 141 50
Binary 11000111 11 10101111 0 1100010 1100 10110 100110011 1100001 101000

Color Harmonies of #C703AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703AF

Black with #C703AF

Text Example


Text Example

White with #C703AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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