Html Css Color HEX #C21872 Medium Violet Red

📋 copy color: '#C21872'

red 194 ◦ green 24 ◦ blue 114

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

Shades of Medium Violet Red #C21872

Tints of Medium Violet Red #C21872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 58.43%
G = 7.23%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C21872 (or 0xC21872) is known color: Medium Violet Red. HEX triplet: C2, 18 and 72. RGB value is (194,24,114). Sum of RGB (Red+Green+Blue) = 194+24+114=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21872 is #3DE78D. Grayscale: #545454. Windows color (decimal): -4056974 or 7477442. OLE color: 7477442.

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

Color convert

RGB 194 24 114 -
CMYK 0 0.88 0.41 0.24
HSL 328.24º 0.78% 0.43% -
HSV(B) 328.24º 0.88% 0.76% -
XYZ 25.61 13.34 17.14 -
YUV 85.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 194 24 114 0 0.88 0.41 0.24 328.24 0.78 0.43
Hex C2 18 72 0 58 29 18 148 4E 2B
Octal 302 30 162 0 130 51 30 510 116 53
Binary 11000010 11000 1110010 0 1011000 101001 11000 101001000 1001110 101011

Color Harmonies of #C21872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21872

Black with #C21872

Text Example


Text Example

White with #C21872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21872; }

 p { color: rgb(194,24,114); }

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

background-color css

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

 a { background-color: rgb(194,24,114); }

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

border-color css

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

 span { border-color: rgb(194,24,114); }

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