Html Css Color HEX #C21CAC Medium Violet Red

📋 copy color: '#C21CAC'

red 194 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #C21CAC

Tints of Medium Violet Red #C21CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 49.24%
G = 7.11%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C21CAC (or 0xC21CAC) is known color: Medium Violet Red. HEX triplet: C2, 1C and AC. RGB value is (194,28,172). Sum of RGB (Red+Green+Blue) = 194+28+172=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21CAC is #3DE353. Grayscale: #5D5D5D. Windows color (decimal): -4055892 or 11279554. OLE color: 11279554.

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

Color convert

RGB 194 28 172 -
CMYK 0 0.86 0.11 0.24
HSL 307.95º 0.75% 0.44% -
HSV(B) 307.95º 0.86% 0.76% -
XYZ 30.11 15.28 40.39 -
YUV 94.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 194 28 172 0 0.86 0.11 0.24 307.95 0.75 0.44
Hex C2 1C AC 0 56 B 18 134 4B 2C
Octal 302 34 254 0 126 13 30 464 113 54
Binary 11000010 11100 10101100 0 1010110 1011 11000 100110100 1001011 101100

Color Harmonies of #C21CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CAC

Black with #C21CAC

Text Example


Text Example

White with #C21CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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