Html Css Color HEX #C21793 Medium Violet Red

📋 copy color: '#C21793'

red 194 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #C21793

Tints of Medium Violet Red #C21793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 53.3%
G = 6.32%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C21793 (or 0xC21793) is known color: Medium Violet Red. HEX triplet: C2, 17 and 93. RGB value is (194,23,147). Sum of RGB (Red+Green+Blue) = 194+23+147=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21793 is #3DE86C. Grayscale: #575757. Windows color (decimal): -4057197 or 9639874. OLE color: 9639874.

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

Color convert

RGB 194 23 147 -
CMYK 0 0.88 0.24 0.24
HSL 316.49º 0.79% 0.43% -
HSV(B) 316.49º 0.88% 0.76% -
XYZ 27.82 14.19 28.88 -
YUV 88.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 194 23 147 0 0.88 0.24 0.24 316.49 0.79 0.43
Hex C2 17 93 0 58 18 18 13C 4F 2B
Octal 302 27 223 0 130 30 30 474 117 53
Binary 11000010 10111 10010011 0 1011000 11000 11000 100111100 1001111 101011

Color Harmonies of #C21793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21793

Black with #C21793

Text Example


Text Example

White with #C21793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21793; }

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

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

background-color css

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

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

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

border-color css

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

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

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