Html Css Color HEX #C21A7B Medium Violet Red

📋 copy color: '#C21A7B'

red 194 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #C21A7B

Tints of Medium Violet Red #C21A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 56.56%
G = 7.58%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C21A7B (or 0xC21A7B) is known color: Medium Violet Red. HEX triplet: C2, 1A and 7B. RGB value is (194,26,123). Sum of RGB (Red+Green+Blue) = 194+26+123=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A7B is #3DE584. Grayscale: #575757. Windows color (decimal): -4056453 or 8067778. OLE color: 8067778.

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

Color convert

RGB 194 26 123 -
CMYK 0 0.87 0.37 0.24
HSL 325.36º 0.76% 0.43% -
HSV(B) 325.36º 0.87% 0.76% -
XYZ 26.19 13.64 19.99 -
YUV 87.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 194 26 123 0 0.87 0.37 0.24 325.36 0.76 0.43
Hex C2 1A 7B 0 57 25 18 145 4C 2B
Octal 302 32 173 0 127 45 30 505 114 53
Binary 11000010 11010 1111011 0 1010111 100101 11000 101000101 1001100 101011

Color Harmonies of #C21A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A7B

Black with #C21A7B

Text Example


Text Example

White with #C21A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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