Html Css Color HEX #C21F6C Medium Violet Red

📋 copy color: '#C21F6C'

red 194 ◦ green 31 ◦ blue 108

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

Shades of Medium Violet Red #C21F6C

Tints of Medium Violet Red #C21F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 58.26%
G = 9.31%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C21F6C (or 0xC21F6C) is known color: Medium Violet Red. HEX triplet: C2, 1F and 6C. RGB value is (194,31,108). Sum of RGB (Red+Green+Blue) = 194+31+108=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F6C is #3DE093. Grayscale: #585858. Windows color (decimal): -4055188 or 7086018. OLE color: 7086018.

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

Color convert

RGB 194 31 108 -
CMYK 0 0.84 0.44 0.24
HSL 331.66º 0.72% 0.44% -
HSV(B) 331.66º 0.84% 0.76% -
XYZ 25.44 13.53 15.46 -
YUV 88.52 139 203.24 -
System Red Green Blue C M Y K H S L
Decimal 194 31 108 0 0.84 0.44 0.24 331.66 0.72 0.44
Hex C2 1F 6C 0 54 2C 18 14C 48 2C
Octal 302 37 154 0 124 54 30 514 110 54
Binary 11000010 11111 1101100 0 1010100 101100 11000 101001100 1001000 101100

Color Harmonies of #C21F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F6C

Black with #C21F6C

Text Example


Text Example

White with #C21F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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