Html Css Color HEX #C23184 Medium Red Violet

📋 copy color: '#C23184'

red 194 ◦ green 49 ◦ blue 132

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

Shades of Medium Red Violet #C23184

Tints of Medium Red Violet #C23184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 51.73%
G = 13.07%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C23184 (or 0xC23184) is known color: Medium Red Violet. HEX triplet: C2, 31 and 84. RGB value is (194,49,132). Sum of RGB (Red+Green+Blue) = 194+49+132=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C23184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23184 is #3DCE7B. Grayscale: #656565. Windows color (decimal): -4050556 or 8663490. OLE color: 8663490.

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

Color convert

RGB 194 49 132 -
CMYK 0 0.75 0.32 0.24
HSL 325.66º 0.6% 0.48% -
HSV(B) 325.66º 0.75% 0.76% -
XYZ 27.51 15.33 23.34 -
YUV 101.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 194 49 132 0 0.75 0.32 0.24 325.66 0.6 0.48
Hex C2 31 84 0 4B 20 18 146 3C 30
Octal 302 61 204 0 113 40 30 506 74 60
Binary 11000010 110001 10000100 0 1001011 100000 11000 101000110 111100 110000

Color Harmonies of #C23184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23184

Black with #C23184

Text Example


Text Example

White with #C23184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23184; }

 p { color: rgb(194,49,132); }

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

background-color css

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

 a { background-color: rgb(194,49,132); }

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

border-color css

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

 span { border-color: rgb(194,49,132); }

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