Html Css Color HEX #C21C7D Medium Violet Red

📋 copy color: '#C21C7D'

red 194 ◦ green 28 ◦ blue 125

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

Shades of Medium Violet Red #C21C7D

Tints of Medium Violet Red #C21C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 55.91%
G = 8.07%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C21C7D (or 0xC21C7D) is known color: Medium Violet Red. HEX triplet: C2, 1C and 7D. RGB value is (194,28,125). Sum of RGB (Red+Green+Blue) = 194+28+125=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C7D is #3DE382. Grayscale: #585858. Windows color (decimal): -4055939 or 8199362. OLE color: 8199362.

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

Color convert

RGB 194 28 125 -
CMYK 0 0.86 0.36 0.24
HSL 324.94º 0.75% 0.44% -
HSV(B) 324.94º 0.86% 0.76% -
XYZ 26.37 13.78 20.67 -
YUV 88.69 148.5 203.11 -
System Red Green Blue C M Y K H S L
Decimal 194 28 125 0 0.86 0.36 0.24 324.94 0.75 0.44
Hex C2 1C 7D 0 56 24 18 145 4B 2C
Octal 302 34 175 0 126 44 30 505 113 54
Binary 11000010 11100 1111101 0 1010110 100100 11000 101000101 1001011 101100

Color Harmonies of #C21C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C7D

Black with #C21C7D

Text Example


Text Example

White with #C21C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C7D; }

 p { color: rgb(194,28,125); }

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

background-color css

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

 a { background-color: rgb(194,28,125); }

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

border-color css

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

 span { border-color: rgb(194,28,125); }

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