Html Css Color HEX #C21790 Medium Violet Red

📋 copy color: '#C21790'

red 194 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #C21790

Tints of Medium Violet Red #C21790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.37%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 53.74%
G = 6.37%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21790 (or 0xC21790) is known color: Medium Violet Red. HEX triplet: C2, 17 and 90. RGB value is (194,23,144). Sum of RGB (Red+Green+Blue) = 194+23+144=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21790 is #3DE86F. Grayscale: #575757. Windows color (decimal): -4057200 or 9443266. OLE color: 9443266.

HSL color Cylindrical-coordinate representation of color #C21790: hue angle of 317.54º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21790 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 144 -
CMYK 0 0.88 0.26 0.24
HSL 317.54º 0.79% 0.43% -
HSV(B) 317.54º 0.88% 0.76% -
XYZ 27.59 14.1 27.65 -
YUV 87.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 194 23 144 0 0.88 0.26 0.24 317.54 0.79 0.43
Hex C2 17 90 0 58 1A 18 13E 4F 2B
Octal 302 27 220 0 130 32 30 476 117 53
Binary 11000010 10111 10010000 0 1011000 11010 11000 100111110 1001111 101011

Color Harmonies of #C21790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21790

Black with #C21790

Text Example


Text Example

White with #C21790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21790; }

 p { color: rgb(194,23,144); }

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

background-color css

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

 a { background-color: rgb(194,23,144); }

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

border-color css

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

 span { border-color: rgb(194,23,144); }

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