Html Css Color HEX #C21C85 Medium Violet Red

📋 copy color: '#C21C85'

red 194 ◦ green 28 ◦ blue 133

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

Shades of Medium Violet Red #C21C85

Tints of Medium Violet Red #C21C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

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

R = 54.65%
G = 7.89%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C21C85 (or 0xC21C85) is known color: Medium Violet Red. HEX triplet: C2, 1C and 85. RGB value is (194,28,133). Sum of RGB (Red+Green+Blue) = 194+28+133=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C85 is #3DE37A. Grayscale: #595959. Windows color (decimal): -4055931 or 8723650. OLE color: 8723650.

HSL color Cylindrical-coordinate representation of color #C21C85: hue angle of 322.05º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C85 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 28 133 -
CMYK 0 0.86 0.31 0.24
HSL 322.05º 0.75% 0.44% -
HSV(B) 322.05º 0.86% 0.76% -
XYZ 26.9 13.99 23.47 -
YUV 89.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 194 28 133 0 0.86 0.31 0.24 322.05 0.75 0.44
Hex C2 1C 85 0 56 1F 18 142 4B 2C
Octal 302 34 205 0 126 37 30 502 113 54
Binary 11000010 11100 10000101 0 1010110 11111 11000 101000010 1001011 101100

Color Harmonies of #C21C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C85

Black with #C21C85

Text Example


Text Example

White with #C21C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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