Html Css Color HEX #C703CA Deep Magenta

📋 copy color: '#C703CA'

red 199 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #C703CA

Tints of Deep Magenta #C703CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 49.26%
G = 0.74%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C703CA (or 0xC703CA) is known color: Deep Magenta. HEX triplet: C7, 03 and CA. RGB value is (199,3,202). Sum of RGB (Red+Green+Blue) = 199+3+202=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #C703CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703CA is #38FC35. Grayscale: #535353. Windows color (decimal): -3734582 or 13239239. OLE color: 13239239.

HSL color Cylindrical-coordinate representation of color #C703CA: hue angle of 299.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703CA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 3 202 -
CMYK 0.01 0.99 0 0.21
HSL 299.1º 0.97% 0.4% -
HSV(B) 299.1º 0.99% 0.79% -
XYZ 34.25 16.47 57.25 -
YUV 84.29 194.43 209.82 -
System Red Green Blue C M Y K H S L
Decimal 199 3 202 0.01 0.99 0 0.21 299.1 0.97 0.4
Hex C7 3 CA 1 63 0 15 12B 61 28
Octal 307 3 312 1 143 0 25 453 141 50
Binary 11000111 11 11001010 1 1100011 0 10101 100101011 1100001 101000

Color Harmonies of #C703CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703CA

Black with #C703CA

Text Example


Text Example

White with #C703CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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