Html Css Color HEX #C21F69 Medium Violet Red

📋 copy color: '#C21F69'

red 194 ◦ green 31 ◦ blue 105

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

Shades of Medium Violet Red #C21F69

Tints of Medium Violet Red #C21F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

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

R = 58.79%
G = 9.39%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C21F69 (or 0xC21F69) is known color: Medium Violet Red. HEX triplet: C2, 1F and 69. RGB value is (194,31,105). Sum of RGB (Red+Green+Blue) = 194+31+105=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F69 is #3DE096. Grayscale: #585858. Windows color (decimal): -4055191 or 6889410. OLE color: 6889410.

HSL color Cylindrical-coordinate representation of color #C21F69: hue angle of 332.76º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F69 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 105 -
CMYK 0 0.84 0.46 0.24
HSL 332.76º 0.72% 0.44% -
HSV(B) 332.76º 0.84% 0.76% -
XYZ 25.29 13.47 14.63 -
YUV 88.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 194 31 105 0 0.84 0.46 0.24 332.76 0.72 0.44
Hex C2 1F 69 0 54 2E 18 14D 48 2C
Octal 302 37 151 0 124 56 30 515 110 54
Binary 11000010 11111 1101001 0 1010100 101110 11000 101001101 1001000 101100

Color Harmonies of #C21F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F69

Black with #C21F69

Text Example


Text Example

White with #C21F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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