Html Css Color HEX #C21670 Medium Violet Red

📋 copy color: '#C21670'

red 194 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #C21670

Tints of Medium Violet Red #C21670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 59.15%
G = 6.71%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C21670 (or 0xC21670) is known color: Medium Violet Red. HEX triplet: C2, 16 and 70. RGB value is (194,22,112). Sum of RGB (Red+Green+Blue) = 194+22+112=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C21670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21670 is #3DE98F. Grayscale: #535353. Windows color (decimal): -4057488 or 7345858. OLE color: 7345858.

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

Color convert

RGB 194 22 112 -
CMYK 0 0.89 0.42 0.24
HSL 328.6º 0.8% 0.42% -
HSV(B) 328.6º 0.89% 0.76% -
XYZ 25.46 13.21 16.54 -
YUV 83.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 194 22 112 0 0.89 0.42 0.24 328.6 0.8 0.42
Hex C2 16 70 0 59 2A 18 149 50 2A
Octal 302 26 160 0 131 52 30 511 120 52
Binary 11000010 10110 1110000 0 1011001 101010 11000 101001001 1010000 101010

Color Harmonies of #C21670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21670

Black with #C21670

Text Example


Text Example

White with #C21670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21670; }

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

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

background-color css

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

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

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

border-color css

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

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

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