Html Css Color HEX #C21B8F Medium Violet Red

📋 copy color: '#C21B8F'

red 194 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #C21B8F

Tints of Medium Violet Red #C21B8F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

 BLUE value IS 143 (56.25% from 255) = 39.29%

R = 53.3%
G = 7.42%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21B8F (or 0xC21B8F) is known color: Medium Violet Red. HEX triplet: C2, 1B and 8F. RGB value is (194,27,143). Sum of RGB (Red+Green+Blue) = 194+27+143=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21B8F is #3DE470. Grayscale: #595959. Windows color (decimal): -4056177 or 9378754. OLE color: 9378754.

HSL color Cylindrical-coordinate representation of color #C21B8F: hue angle of 318.32º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B8F is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 27 143 -
CMYK 0 0.86 0.26 0.24
HSL 318.32º 0.76% 0.43% -
HSV(B) 318.32º 0.86% 0.76% -
XYZ 27.6 14.24 27.28 -
YUV 90.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 194 27 143 0 0.86 0.26 0.24 318.32 0.76 0.43
Hex C2 1B 8F 0 56 1A 18 13E 4C 2B
Octal 302 33 217 0 126 32 30 476 114 53
Binary 11000010 11011 10001111 0 1010110 11010 11000 100111110 1001100 101011

Color Harmonies of #C21B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B8F

Black with #C21B8F

Text Example


Text Example

White with #C21B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B8F; }

 p { color: rgb(194,27,143); }

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

background-color css

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

 a { background-color: rgb(194,27,143); }

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

border-color css

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

 span { border-color: rgb(194,27,143); }

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