Html Css Color HEX #C21683 Medium Violet Red

📋 copy color: '#C21683'

red 194 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #C21683

Tints of Medium Violet Red #C21683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.34%

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

R = 55.91%
G = 6.34%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C21683 (or 0xC21683) is known color: Medium Violet Red. HEX triplet: C2, 16 and 83. RGB value is (194,22,131). Sum of RGB (Red+Green+Blue) = 194+22+131=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21683 is #3DE97C. Grayscale: #555555. Windows color (decimal): -4057469 or 8591042. OLE color: 8591042.

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

Color convert

RGB 194 22 131 -
CMYK 0 0.89 0.32 0.24
HSL 321.98º 0.8% 0.42% -
HSV(B) 321.98º 0.89% 0.76% -
XYZ 26.63 13.68 22.71 -
YUV 85.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 194 22 131 0 0.89 0.32 0.24 321.98 0.8 0.42
Hex C2 16 83 0 59 20 18 142 50 2A
Octal 302 26 203 0 131 40 30 502 120 52
Binary 11000010 10110 10000011 0 1011001 100000 11000 101000010 1010000 101010

Color Harmonies of #C21683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21683

Black with #C21683

Text Example


Text Example

White with #C21683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21683; }

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

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

background-color css

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

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

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

border-color css

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

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

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