Html Css Color HEX #C703CB Deep Magenta

📋 copy color: '#C703CB'

red 199 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #C703CB

Tints of Deep Magenta #C703CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 49.14%
G = 0.74%
B = 50.12%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C703CB (or 0xC703CB) is known color: Deep Magenta. HEX triplet: C7, 03 and CB. RGB value is (199,3,203). Sum of RGB (Red+Green+Blue) = 199+3+203=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #C703CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703CB is #38FC34. Grayscale: #535353. Windows color (decimal): -3734581 or 13304775. OLE color: 13304775.

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

Color convert

RGB 199 3 203 -
CMYK 0.02 0.99 0 0.20
HSL 298.8º 0.97% 0.4% -
HSV(B) 298.8º 0.99% 0.8% -
XYZ 34.37 16.52 57.88 -
YUV 84.4 194.93 209.74 -
System Red Green Blue C M Y K H S L
Decimal 199 3 203 0.02 0.99 0 0.20 298.8 0.97 0.4
Hex C7 3 CB 2 63 0 14 12B 61 28
Octal 307 3 313 2 143 0 24 453 141 50
Binary 11000111 11 11001011 10 1100011 0 10100 100101011 1100001 101000

Color Harmonies of #C703CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703CB

Black with #C703CB

Text Example


Text Example

White with #C703CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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