Html Css Color HEX #C21969 Medium Violet Red

📋 copy color: '#C21969'

red 194 ◦ green 25 ◦ blue 105

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

Shades of Medium Violet Red #C21969

Tints of Medium Violet Red #C21969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 59.88%
G = 7.72%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C21969 (or 0xC21969) is known color: Medium Violet Red. HEX triplet: C2, 19 and 69. RGB value is (194,25,105). Sum of RGB (Red+Green+Blue) = 194+25+105=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C21969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21969 is #3DE696. Grayscale: #545454. Windows color (decimal): -4056727 or 6887874. OLE color: 6887874.

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

Color convert

RGB 194 25 105 -
CMYK 0 0.87 0.46 0.24
HSL 331.6º 0.77% 0.43% -
HSV(B) 331.6º 0.87% 0.76% -
XYZ 25.15 13.18 14.58 -
YUV 84.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 194 25 105 0 0.87 0.46 0.24 331.6 0.77 0.43
Hex C2 19 69 0 57 2E 18 14C 4D 2B
Octal 302 31 151 0 127 56 30 514 115 53
Binary 11000010 11001 1101001 0 1010111 101110 11000 101001100 1001101 101011

Color Harmonies of #C21969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21969

Black with #C21969

Text Example


Text Example

White with #C21969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21969; }

 p { color: rgb(194,25,105); }

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

background-color css

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

 a { background-color: rgb(194,25,105); }

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

border-color css

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

 span { border-color: rgb(194,25,105); }

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