Html Css Color HEX #C203A0 Medium Violet Red

📋 copy color: '#C203A0'

red 194 ◦ green 3 ◦ blue 160

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

Shades of Medium Violet Red #C203A0

Tints of Medium Violet Red #C203A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 54.34%
G = 0.84%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C203A0 (or 0xC203A0) is known color: Medium Violet Red. HEX triplet: C2, 03 and A0. RGB value is (194,3,160). Sum of RGB (Red+Green+Blue) = 194+3+160=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C203A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C203A0 is #3DFC5F. Grayscale: #4D4D4D. Windows color (decimal): -4062304 or 10486722. OLE color: 10486722.

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

Color convert

RGB 194 3 160 -
CMYK 0 0.98 0.18 0.24
HSL 310.68º 0.97% 0.39% -
HSV(B) 310.68º 0.98% 0.76% -
XYZ 28.63 14.07 34.47 -
YUV 78.01 174.28 210.73 -
System Red Green Blue C M Y K H S L
Decimal 194 3 160 0 0.98 0.18 0.24 310.68 0.97 0.39
Hex C2 3 A0 0 62 12 18 137 61 27
Octal 302 3 240 0 142 22 30 467 141 47
Binary 11000010 11 10100000 0 1100010 10010 11000 100110111 1100001 100111

Color Harmonies of #C203A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203A0

Black with #C203A0

Text Example


Text Example

White with #C203A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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