Html Css Color HEX #C21F90 Medium Violet Red

📋 copy color: '#C21F90'

red 194 ◦ green 31 ◦ blue 144

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

Shades of Medium Violet Red #C21F90

Tints of Medium Violet Red #C21F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

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

R = 52.57%
G = 8.4%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21F90 (or 0xC21F90) is known color: Medium Violet Red. HEX triplet: C2, 1F and 90. RGB value is (194,31,144). Sum of RGB (Red+Green+Blue) = 194+31+144=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F90 is #3DE06F. Grayscale: #5C5C5C. Windows color (decimal): -4055152 or 9445314. OLE color: 9445314.

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

Color convert

RGB 194 31 144 -
CMYK 0 0.84 0.26 0.24
HSL 318.4º 0.72% 0.44% -
HSV(B) 318.4º 0.84% 0.76% -
XYZ 27.77 14.46 27.71 -
YUV 92.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 194 31 144 0 0.84 0.26 0.24 318.4 0.72 0.44
Hex C2 1F 90 0 54 1A 18 13E 48 2C
Octal 302 37 220 0 124 32 30 476 110 54
Binary 11000010 11111 10010000 0 1010100 11010 11000 100111110 1001000 101100

Color Harmonies of #C21F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F90

Black with #C21F90

Text Example


Text Example

White with #C21F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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