Html Css Color HEX #C21774 Medium Violet Red

📋 copy color: '#C21774'

red 194 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #C21774

Tints of Medium Violet Red #C21774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 58.26%
G = 6.91%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21774 (or 0xC21774) is known color: Medium Violet Red. HEX triplet: C2, 17 and 74. RGB value is (194,23,116). Sum of RGB (Red+Green+Blue) = 194+23+116=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C21774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21774 is #3DE88B. Grayscale: #545454. Windows color (decimal): -4057228 or 7608258. OLE color: 7608258.

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

Color convert

RGB 194 23 116 -
CMYK 0 0.88 0.40 0.24
HSL 327.37º 0.79% 0.43% -
HSV(B) 327.37º 0.88% 0.76% -
XYZ 25.71 13.34 17.74 -
YUV 84.73 145.65 205.94 -
System Red Green Blue C M Y K H S L
Decimal 194 23 116 0 0.88 0.40 0.24 327.37 0.79 0.43
Hex C2 17 74 0 58 28 18 147 4F 2B
Octal 302 27 164 0 130 50 30 507 117 53
Binary 11000010 10111 1110100 0 1011000 101000 11000 101000111 1001111 101011

Color Harmonies of #C21774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21774

Black with #C21774

Text Example


Text Example

White with #C21774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21774; }

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

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

background-color css

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

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

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

border-color css

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

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

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