Html Css Color HEX #C21083 Medium Violet Red

📋 copy color: '#C21083'

red 194 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #C21083

Tints of Medium Violet Red #C21083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.69%

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 56.89%
G = 4.69%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C21083 (or 0xC21083) is known color: Medium Violet Red. HEX triplet: C2, 10 and 83. RGB value is (194,16,131). Sum of RGB (Red+Green+Blue) = 194+16+131=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C21083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21083 is #3DEF7C. Grayscale: #525252. Windows color (decimal): -4059005 or 8589506. OLE color: 8589506.

HSL color Cylindrical-coordinate representation of color #C21083: hue angle of 321.24º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21083 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 131 -
CMYK 0 0.92 0.32 0.24
HSL 321.24º 0.85% 0.41% -
HSV(B) 321.24º 0.92% 0.76% -
XYZ 26.53 13.48 22.68 -
YUV 82.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 194 16 131 0 0.92 0.32 0.24 321.24 0.85 0.41
Hex C2 10 83 0 5C 20 18 141 55 29
Octal 302 20 203 0 134 40 30 501 125 51
Binary 11000010 10000 10000011 0 1011100 100000 11000 101000001 1010101 101001

Color Harmonies of #C21083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21083

Black with #C21083

Text Example


Text Example

White with #C21083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21083; }

 p { color: rgb(194,16,131); }

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

background-color css

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

 a { background-color: rgb(194,16,131); }

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

border-color css

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

 span { border-color: rgb(194,16,131); }

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