Html Css Color HEX #C21772 Medium Violet Red

📋 copy color: '#C21772'

red 194 ◦ green 23 ◦ blue 114

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

Shades of Medium Violet Red #C21772

Tints of Medium Violet Red #C21772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 58.61%
G = 6.95%
B = 34.44%

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

#C21772 (or 0xC21772) is known color: Medium Violet Red. HEX triplet: C2, 17 and 72. RGB value is (194,23,114). Sum of RGB (Red+Green+Blue) = 194+23+114=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21772 is #3DE88D. Grayscale: #545454. Windows color (decimal): -4057230 or 7477186. OLE color: 7477186.

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

Color convert

RGB 194 23 114 -
CMYK 0 0.88 0.41 0.24
HSL 328.07º 0.79% 0.43% -
HSV(B) 328.07º 0.88% 0.76% -
XYZ 25.59 13.3 17.14 -
YUV 84.5 144.65 206.1 -
System Red Green Blue C M Y K H S L
Decimal 194 23 114 0 0.88 0.41 0.24 328.07 0.79 0.43
Hex C2 17 72 0 58 29 18 148 4F 2B
Octal 302 27 162 0 130 51 30 510 117 53
Binary 11000010 10111 1110010 0 1011000 101001 11000 101001000 1001111 101011

Color Harmonies of #C21772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21772

Black with #C21772

Text Example


Text Example

White with #C21772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21772; }

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

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

background-color css

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

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

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

border-color css

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

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

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