Html Css Color HEX #C203A6 Deep Magenta

📋 copy color: '#C203A6'

red 194 ◦ green 3 ◦ blue 166

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

Shades of Deep Magenta #C203A6

Tints of Deep Magenta #C203A6

RGB

 RED value IS 194 (76.17% from 255) = 53.44%

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 53.44%
G = 0.83%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C203A6 (or 0xC203A6) is known color: Deep Magenta. HEX triplet: C2, 03 and A6. RGB value is (194,3,166). Sum of RGB (Red+Green+Blue) = 194+3+166=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C203A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C203A6 is #3DFC59. Grayscale: #4E4E4E. Windows color (decimal): -4062298 or 10879938. OLE color: 10879938.

HSL color Cylindrical-coordinate representation of color #C203A6: hue angle of 308.8º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C203A6 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 166 -
CMYK 0 0.98 0.14 0.24
HSL 308.8º 0.97% 0.39% -
HSV(B) 308.8º 0.98% 0.76% -
XYZ 29.16 14.29 37.3 -
YUV 78.69 177.28 210.25 -
System Red Green Blue C M Y K H S L
Decimal 194 3 166 0 0.98 0.14 0.24 308.8 0.97 0.39
Hex C2 3 A6 0 62 E 18 135 61 27
Octal 302 3 246 0 142 16 30 465 141 47
Binary 11000010 11 10100110 0 1100010 1110 11000 100110101 1100001 100111

Color Harmonies of #C203A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203A6

Black with #C203A6

Text Example


Text Example

White with #C203A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203A6; }

 p { color: rgb(194,3,166); }

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

background-color css

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

 a { background-color: rgb(194,3,166); }

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

border-color css

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

 span { border-color: rgb(194,3,166); }

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