Html Css Color HEX #C21773 Medium Violet Red

📋 copy color: '#C21773'

red 194 ◦ green 23 ◦ blue 115

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

Shades of Medium Violet Red #C21773

Tints of Medium Violet Red #C21773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 58.43%
G = 6.93%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C21773 (or 0xC21773) is known color: Medium Violet Red. HEX triplet: C2, 17 and 73. RGB value is (194,23,115). Sum of RGB (Red+Green+Blue) = 194+23+115=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21773 is #3DE88C. Grayscale: #545454. Windows color (decimal): -4057229 or 7542722. OLE color: 7542722.

HSL color Cylindrical-coordinate representation of color #C21773: hue angle of 327.72º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21773 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 115 -
CMYK 0 0.88 0.41 0.24
HSL 327.72º 0.79% 0.43% -
HSV(B) 327.72º 0.88% 0.76% -
XYZ 25.65 13.32 17.44 -
YUV 84.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 194 23 115 0 0.88 0.41 0.24 327.72 0.79 0.43
Hex C2 17 73 0 58 29 18 148 4F 2B
Octal 302 27 163 0 130 51 30 510 117 53
Binary 11000010 10111 1110011 0 1011000 101001 11000 101001000 1001111 101011

Color Harmonies of #C21773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21773

Black with #C21773

Text Example


Text Example

White with #C21773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21773; }

 p { color: rgb(194,23,115); }

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

background-color css

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

 a { background-color: rgb(194,23,115); }

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

border-color css

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

 span { border-color: rgb(194,23,115); }

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