Html Css Color HEX #C21874 Medium Violet Red

📋 copy color: '#C21874'

red 194 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #C21874

Tints of Medium Violet Red #C21874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 58.08%
G = 7.19%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21874 (or 0xC21874) is known color: Medium Violet Red. HEX triplet: C2, 18 and 74. RGB value is (194,24,116). Sum of RGB (Red+Green+Blue) = 194+24+116=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C21874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21874 is #3DE78B. Grayscale: #555555. Windows color (decimal): -4056972 or 7608514. OLE color: 7608514.

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

Color convert

RGB 194 24 116 -
CMYK 0 0.88 0.40 0.24
HSL 327.53º 0.78% 0.43% -
HSV(B) 327.53º 0.88% 0.76% -
XYZ 25.73 13.38 17.75 -
YUV 85.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 194 24 116 0 0.88 0.40 0.24 327.53 0.78 0.43
Hex C2 18 74 0 58 28 18 148 4E 2B
Octal 302 30 164 0 130 50 30 510 116 53
Binary 11000010 11000 1110100 0 1011000 101000 11000 101001000 1001110 101011

Color Harmonies of #C21874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21874

Black with #C21874

Text Example


Text Example

White with #C21874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21874; }

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

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

background-color css

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

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

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

border-color css

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

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

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