Html Css Color HEX #C21677 Medium Violet Red

📋 copy color: '#C21677'

red 194 ◦ green 22 ◦ blue 119

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

Shades of Medium Violet Red #C21677

Tints of Medium Violet Red #C21677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 57.91%
G = 6.57%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C21677 (or 0xC21677) is known color: Medium Violet Red. HEX triplet: C2, 16 and 77. RGB value is (194,22,119). Sum of RGB (Red+Green+Blue) = 194+22+119=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C21677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21677 is #3DE988. Grayscale: #545454. Windows color (decimal): -4057481 or 7804610. OLE color: 7804610.

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

Color convert

RGB 194 22 119 -
CMYK 0 0.89 0.39 0.24
HSL 326.16º 0.8% 0.42% -
HSV(B) 326.16º 0.89% 0.76% -
XYZ 25.86 13.38 18.67 -
YUV 84.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 194 22 119 0 0.89 0.39 0.24 326.16 0.8 0.42
Hex C2 16 77 0 59 27 18 146 50 2A
Octal 302 26 167 0 131 47 30 506 120 52
Binary 11000010 10110 1110111 0 1011001 100111 11000 101000110 1010000 101010

Color Harmonies of #C21677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21677

Black with #C21677

Text Example


Text Example

White with #C21677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21677; }

 p { color: rgb(194,22,119); }

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

background-color css

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

 a { background-color: rgb(194,22,119); }

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

border-color css

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

 span { border-color: rgb(194,22,119); }

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