Html Css Color HEX #C21F68 Medium Violet Red

📋 copy color: '#C21F68'

red 194 ◦ green 31 ◦ blue 104

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

Shades of Medium Violet Red #C21F68

Tints of Medium Violet Red #C21F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 58.97%
G = 9.42%
B = 31.61%

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

#C21F68 (or 0xC21F68) is known color: Medium Violet Red. HEX triplet: C2, 1F and 68. RGB value is (194,31,104). Sum of RGB (Red+Green+Blue) = 194+31+104=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F68 is #3DE097. Grayscale: #575757. Windows color (decimal): -4055192 or 6823874. OLE color: 6823874.

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

Color convert

RGB 194 31 104 -
CMYK 0 0.84 0.46 0.24
HSL 333.13º 0.72% 0.44% -
HSV(B) 333.13º 0.84% 0.76% -
XYZ 25.24 13.45 14.36 -
YUV 88.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 194 31 104 0 0.84 0.46 0.24 333.13 0.72 0.44
Hex C2 1F 68 0 54 2E 18 14D 48 2C
Octal 302 37 150 0 124 56 30 515 110 54
Binary 11000010 11111 1101000 0 1010100 101110 11000 101001101 1001000 101100

Color Harmonies of #C21F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F68

Black with #C21F68

Text Example


Text Example

White with #C21F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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