Html Css Color HEX #C203AD Deep Magenta

📋 copy color: '#C203AD'

red 194 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #C203AD

Tints of Deep Magenta #C203AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 52.43%
G = 0.81%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C203AD (or 0xC203AD) is known color: Deep Magenta. HEX triplet: C2, 03 and AD. RGB value is (194,3,173). Sum of RGB (Red+Green+Blue) = 194+3+173=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C203AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C203AD is #3DFC52. Grayscale: #4F4F4F. Windows color (decimal): -4062291 or 11338690. OLE color: 11338690.

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

Color convert

RGB 194 3 173 -
CMYK 0 0.98 0.11 0.24
HSL 306.6º 0.97% 0.39% -
HSV(B) 306.6º 0.98% 0.76% -
XYZ 29.82 14.55 40.77 -
YUV 79.49 180.78 209.68 -
System Red Green Blue C M Y K H S L
Decimal 194 3 173 0 0.98 0.11 0.24 306.6 0.97 0.39
Hex C2 3 AD 0 62 B 18 133 61 27
Octal 302 3 255 0 142 13 30 463 141 47
Binary 11000010 11 10101101 0 1100010 1011 11000 100110011 1100001 100111

Color Harmonies of #C203AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203AD

Black with #C203AD

Text Example


Text Example

White with #C203AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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