Html Css Color HEX #C21897 Medium Violet Red

📋 copy color: '#C21897'

red 194 ◦ green 24 ◦ blue 151

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

Shades of Medium Violet Red #C21897

Tints of Medium Violet Red #C21897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 52.57%
G = 6.5%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C21897 (or 0xC21897) is known color: Medium Violet Red. HEX triplet: C2, 18 and 97. RGB value is (194,24,151). Sum of RGB (Red+Green+Blue) = 194+24+151=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C21897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21897 is #3DE768. Grayscale: #585858. Windows color (decimal): -4056937 or 9902274. OLE color: 9902274.

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

Color convert

RGB 194 24 151 -
CMYK 0 0.88 0.22 0.24
HSL 315.18º 0.78% 0.43% -
HSV(B) 315.18º 0.88% 0.76% -
XYZ 28.16 14.36 30.57 -
YUV 89.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 194 24 151 0 0.88 0.22 0.24 315.18 0.78 0.43
Hex C2 18 97 0 58 16 18 13B 4E 2B
Octal 302 30 227 0 130 26 30 473 116 53
Binary 11000010 11000 10010111 0 1011000 10110 11000 100111011 1001110 101011

Color Harmonies of #C21897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21897

Black with #C21897

Text Example


Text Example

White with #C21897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21897; }

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

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

background-color css

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

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

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

border-color css

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

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

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