Html Css Color HEX #C703BE Deep Magenta

📋 copy color: '#C703BE'

red 199 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #C703BE

Tints of Deep Magenta #C703BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 50.77%
G = 0.77%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C703BE (or 0xC703BE) is known color: Deep Magenta. HEX triplet: C7, 03 and BE. RGB value is (199,3,190). Sum of RGB (Red+Green+Blue) = 199+3+190=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C703BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703BE is #38FC41. Grayscale: #525252. Windows color (decimal): -3734594 or 12452807. OLE color: 12452807.

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

Color convert

RGB 199 3 190 -
CMYK 0 0.98 0.05 0.22
HSL 302.76º 0.97% 0.4% -
HSV(B) 302.76º 0.98% 0.78% -
XYZ 32.88 15.92 50.06 -
YUV 82.92 188.43 210.79 -
System Red Green Blue C M Y K H S L
Decimal 199 3 190 0 0.98 0.05 0.22 302.76 0.97 0.4
Hex C7 3 BE 0 62 5 16 12F 61 28
Octal 307 3 276 0 142 5 26 457 141 50
Binary 11000111 11 10111110 0 1100010 101 10110 100101111 1100001 101000

Color Harmonies of #C703BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703BE

Black with #C703BE

Text Example


Text Example

White with #C703BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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