Html Css Color HEX #C21085 Medium Violet Red

📋 copy color: '#C21085'

red 194 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #C21085

Tints of Medium Violet Red #C21085

RGB

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

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

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

R = 56.56%
G = 4.66%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C21085 (or 0xC21085) is known color: Medium Violet Red. HEX triplet: C2, 10 and 85. RGB value is (194,16,133). Sum of RGB (Red+Green+Blue) = 194+16+133=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C21085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21085 is #3DEF7A. Grayscale: #525252. Windows color (decimal): -4059003 or 8720578. OLE color: 8720578.

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

Color convert

RGB 194 16 133 -
CMYK 0 0.92 0.31 0.24
HSL 320.56º 0.85% 0.41% -
HSV(B) 320.56º 0.92% 0.76% -
XYZ 26.67 13.53 23.4 -
YUV 82.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 194 16 133 0 0.92 0.31 0.24 320.56 0.85 0.41
Hex C2 10 85 0 5C 1F 18 141 55 29
Octal 302 20 205 0 134 37 30 501 125 51
Binary 11000010 10000 10000101 0 1011100 11111 11000 101000001 1010101 101001

Color Harmonies of #C21085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21085

Black with #C21085

Text Example


Text Example

White with #C21085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21085; }

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

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

background-color css

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

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

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

border-color css

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

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

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