Html Css Color HEX #C21C7A Medium Violet Red

📋 copy color: '#C21C7A'

red 194 ◦ green 28 ◦ blue 122

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

Shades of Medium Violet Red #C21C7A

Tints of Medium Violet Red #C21C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 56.4%
G = 8.14%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C21C7A (or 0xC21C7A) is known color: Medium Violet Red. HEX triplet: C2, 1C and 7A. RGB value is (194,28,122). Sum of RGB (Red+Green+Blue) = 194+28+122=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C7A is #3DE385. Grayscale: #585858. Windows color (decimal): -4055942 or 8002754. OLE color: 8002754.

HSL color Cylindrical-coordinate representation of color #C21C7A: hue angle of 326.02º 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 #C21C7A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 28 122 -
CMYK 0 0.86 0.37 0.24
HSL 326.02º 0.75% 0.44% -
HSV(B) 326.02º 0.86% 0.76% -
XYZ 26.18 13.7 19.68 -
YUV 88.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 194 28 122 0 0.86 0.37 0.24 326.02 0.75 0.44
Hex C2 1C 7A 0 56 25 18 146 4B 2C
Octal 302 34 172 0 126 45 30 506 113 54
Binary 11000010 11100 1111010 0 1010110 100101 11000 101000110 1001011 101100

Color Harmonies of #C21C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C7A

Black with #C21C7A

Text Example


Text Example

White with #C21C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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