Html Css Color HEX #C703D2 Deep Magenta

📋 copy color: '#C703D2'

red 199 ◦ green 3 ◦ blue 210

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

Shades of Deep Magenta #C703D2

Tints of Deep Magenta #C703D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.97%

R = 48.3%
G = 0.73%
B = 50.97%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C703D2 (or 0xC703D2) is known color: Deep Magenta. HEX triplet: C7, 03 and D2. RGB value is (199,3,210). Sum of RGB (Red+Green+Blue) = 199+3+210=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #C703D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703D2 is #38FC2D. Grayscale: #545454. Windows color (decimal): -3734574 or 13763527. OLE color: 13763527.

HSL color Cylindrical-coordinate representation of color #C703D2: hue angle of 296.81º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703D2 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 3 210 -
CMYK 0.05 0.99 0 0.18
HSL 296.81º 0.97% 0.42% -
HSV(B) 296.81º 0.99% 0.82% -
XYZ 35.22 16.86 62.37 -
YUV 85.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 199 3 210 0.05 0.99 0 0.18 296.81 0.97 0.42
Hex C7 3 D2 5 63 0 12 129 61 2A
Octal 307 3 322 5 143 0 22 451 141 52
Binary 11000111 11 11010010 101 1100011 0 10010 100101001 1100001 101010

Color Harmonies of #C703D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703D2

Black with #C703D2

Text Example


Text Example

White with #C703D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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