Html Css Color HEX #C21B77 Medium Violet Red

📋 copy color: '#C21B77'

red 194 ◦ green 27 ◦ blue 119

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

Shades of Medium Violet Red #C21B77

Tints of Medium Violet Red #C21B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35%

R = 57.06%
G = 7.94%
B = 35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C21B77 (or 0xC21B77) is known color: Medium Violet Red. HEX triplet: C2, 1B and 77. RGB value is (194,27,119). Sum of RGB (Red+Green+Blue) = 194+27+119=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B77 is #3DE488. Grayscale: #575757. Windows color (decimal): -4056201 or 7805890. OLE color: 7805890.

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

Color convert

RGB 194 27 119 -
CMYK 0 0.86 0.39 0.24
HSL 326.95º 0.76% 0.43% -
HSV(B) 326.95º 0.86% 0.76% -
XYZ 25.97 13.59 18.71 -
YUV 87.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 194 27 119 0 0.86 0.39 0.24 326.95 0.76 0.43
Hex C2 1B 77 0 56 27 18 147 4C 2B
Octal 302 33 167 0 126 47 30 507 114 53
Binary 11000010 11011 1110111 0 1010110 100111 11000 101000111 1001100 101011

Color Harmonies of #C21B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B77

Black with #C21B77

Text Example


Text Example

White with #C21B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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