Html Css Color HEX #C21575 Medium Violet Red

📋 copy color: '#C21575'

red 194 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #C21575

Tints of Medium Violet Red #C21575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 58.43%
G = 6.33%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21575 (or 0xC21575) is known color: Medium Violet Red. HEX triplet: C2, 15 and 75. RGB value is (194,21,117). Sum of RGB (Red+Green+Blue) = 194+21+117=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21575 is #3DEA8A. Grayscale: #535353. Windows color (decimal): -4057739 or 7673282. OLE color: 7673282.

HSL color Cylindrical-coordinate representation of color #C21575: hue angle of 326.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21575 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 117 -
CMYK 0 0.89 0.40 0.24
HSL 326.71º 0.8% 0.42% -
HSV(B) 326.71º 0.89% 0.76% -
XYZ 25.73 13.29 18.04 -
YUV 83.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 194 21 117 0 0.89 0.40 0.24 326.71 0.8 0.42
Hex C2 15 75 0 59 28 18 147 50 2A
Octal 302 25 165 0 131 50 30 507 120 52
Binary 11000010 10101 1110101 0 1011001 101000 11000 101000111 1010000 101010

Color Harmonies of #C21575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21575

Black with #C21575

Text Example


Text Example

White with #C21575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21575; }

 p { color: rgb(194,21,117); }

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

background-color css

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

 a { background-color: rgb(194,21,117); }

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

border-color css

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

 span { border-color: rgb(194,21,117); }

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