Html Css Color HEX #C21D9B Medium Violet Red

📋 copy color: '#C21D9B'

red 194 ◦ green 29 ◦ blue 155

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

Shades of Medium Violet Red #C21D9B

Tints of Medium Violet Red #C21D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 51.32%
G = 7.67%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C21D9B (or 0xC21D9B) is known color: Medium Violet Red. HEX triplet: C2, 1D and 9B. RGB value is (194,29,155). Sum of RGB (Red+Green+Blue) = 194+29+155=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D9B is #3DE264. Grayscale: #5C5C5C. Windows color (decimal): -4055653 or 10165698. OLE color: 10165698.

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

Color convert

RGB 194 29 155 -
CMYK 0 0.85 0.20 0.24
HSL 314.18º 0.74% 0.44% -
HSV(B) 314.18º 0.85% 0.76% -
XYZ 28.6 14.71 32.34 -
YUV 92.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 194 29 155 0 0.85 0.20 0.24 314.18 0.74 0.44
Hex C2 1D 9B 0 55 14 18 13A 4A 2C
Octal 302 35 233 0 125 24 30 472 112 54
Binary 11000010 11101 10011011 0 1010101 10100 11000 100111010 1001010 101100

Color Harmonies of #C21D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D9B

Black with #C21D9B

Text Example


Text Example

White with #C21D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D9B; }

 p { color: rgb(194,29,155); }

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

background-color css

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

 a { background-color: rgb(194,29,155); }

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

border-color css

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

 span { border-color: rgb(194,29,155); }

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