Html Css Color HEX #C21385 Medium Violet Red

📋 copy color: '#C21385'

red 194 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #C21385

Tints of Medium Violet Red #C21385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 56.07%
G = 5.49%
B = 38.44%

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

#C21385 (or 0xC21385) is known color: Medium Violet Red. HEX triplet: C2, 13 and 85. RGB value is (194,19,133). Sum of RGB (Red+Green+Blue) = 194+19+133=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C21385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21385 is #3DEC7A. Grayscale: #545454. Windows color (decimal): -4058235 or 8721346. OLE color: 8721346.

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

Color convert

RGB 194 19 133 -
CMYK 0 0.90 0.31 0.24
HSL 320.91º 0.82% 0.42% -
HSV(B) 320.91º 0.9% 0.76% -
XYZ 26.71 13.63 23.41 -
YUV 84.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 194 19 133 0 0.90 0.31 0.24 320.91 0.82 0.42
Hex C2 13 85 0 5A 1F 18 141 52 2A
Octal 302 23 205 0 132 37 30 501 122 52
Binary 11000010 10011 10000101 0 1011010 11111 11000 101000001 1010010 101010

Color Harmonies of #C21385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21385

Black with #C21385

Text Example


Text Example

White with #C21385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21385; }

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

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

background-color css

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

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

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

border-color css

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

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

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