Html Css Color HEX #C21074 Medium Violet Red

📋 copy color: '#C21074'

red 194 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #C21074

Tints of Medium Violet Red #C21074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

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

R = 59.51%
G = 4.91%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21074 (or 0xC21074) is known color: Medium Violet Red. HEX triplet: C2, 10 and 74. RGB value is (194,16,116). Sum of RGB (Red+Green+Blue) = 194+16+116=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C21074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21074 is #3DEF8B. Grayscale: #505050. Windows color (decimal): -4059020 or 7606466. OLE color: 7606466.

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

Color convert

RGB 194 16 116 -
CMYK 0 0.92 0.40 0.24
HSL 326.29º 0.85% 0.41% -
HSV(B) 326.29º 0.92% 0.76% -
XYZ 25.59 13.1 17.7 -
YUV 80.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 194 16 116 0 0.92 0.40 0.24 326.29 0.85 0.41
Hex C2 10 74 0 5C 28 18 146 55 29
Octal 302 20 164 0 134 50 30 506 125 51
Binary 11000010 10000 1110100 0 1011100 101000 11000 101000110 1010101 101001

Color Harmonies of #C21074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21074

Black with #C21074

Text Example


Text Example

White with #C21074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21074; }

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

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

background-color css

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

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

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

border-color css

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

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

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