Html Css Color HEX #C21A6C Medium Violet Red

📋 copy color: '#C21A6C'

red 194 ◦ green 26 ◦ blue 108

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

Shades of Medium Violet Red #C21A6C

Tints of Medium Violet Red #C21A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 59.15%
G = 7.93%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C21A6C (or 0xC21A6C) is known color: Medium Violet Red. HEX triplet: C2, 1A and 6C. RGB value is (194,26,108). Sum of RGB (Red+Green+Blue) = 194+26+108=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A6C is #3DE593. Grayscale: #555555. Windows color (decimal): -4056468 or 7084738. OLE color: 7084738.

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

Color convert

RGB 194 26 108 -
CMYK 0 0.87 0.44 0.24
HSL 330.71º 0.76% 0.43% -
HSV(B) 330.71º 0.87% 0.76% -
XYZ 25.32 13.29 15.42 -
YUV 85.58 140.66 205.33 -
System Red Green Blue C M Y K H S L
Decimal 194 26 108 0 0.87 0.44 0.24 330.71 0.76 0.43
Hex C2 1A 6C 0 57 2C 18 14B 4C 2B
Octal 302 32 154 0 127 54 30 513 114 53
Binary 11000010 11010 1101100 0 1010111 101100 11000 101001011 1001100 101011

Color Harmonies of #C21A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A6C

Black with #C21A6C

Text Example


Text Example

White with #C21A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A6C; }

 p { color: rgb(194,26,108); }

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

background-color css

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

 a { background-color: rgb(194,26,108); }

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

border-color css

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

 span { border-color: rgb(194,26,108); }

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