Html Css Color HEX #C21485 Medium Violet Red

📋 copy color: '#C21485'

red 194 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #C21485

Tints of Medium Violet Red #C21485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.76%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 55.91%
G = 5.76%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C21485 (or 0xC21485) is known color: Medium Violet Red. HEX triplet: C2, 14 and 85. RGB value is (194,20,133). Sum of RGB (Red+Green+Blue) = 194+20+133=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21485 is #3DEB7A. Grayscale: #545454. Windows color (decimal): -4057979 or 8721602. OLE color: 8721602.

HSL color Cylindrical-coordinate representation of color #C21485: hue angle of 321.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21485 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 133 -
CMYK 0 0.90 0.31 0.24
HSL 321.03º 0.81% 0.42% -
HSV(B) 321.03º 0.9% 0.76% -
XYZ 26.73 13.66 23.42 -
YUV 84.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 194 20 133 0 0.90 0.31 0.24 321.03 0.81 0.42
Hex C2 14 85 0 5A 1F 18 141 51 2A
Octal 302 24 205 0 132 37 30 501 121 52
Binary 11000010 10100 10000101 0 1011010 11111 11000 101000001 1010001 101010

Color Harmonies of #C21485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21485

Black with #C21485

Text Example


Text Example

White with #C21485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21485; }

 p { color: rgb(194,20,133); }

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

background-color css

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

 a { background-color: rgb(194,20,133); }

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

border-color css

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

 span { border-color: rgb(194,20,133); }

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