Html Css Color HEX #C23083 Medium Red Violet

📋 copy color: '#C23083'

red 194 ◦ green 48 ◦ blue 131

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

Shades of Medium Red Violet #C23083

Tints of Medium Red Violet #C23083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.87%

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

R = 52.01%
G = 12.87%
B = 35.12%

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

#C23083 (or 0xC23083) is known color: Medium Red Violet. HEX triplet: C2, 30 and 83. RGB value is (194,48,131). Sum of RGB (Red+Green+Blue) = 194+48+131=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C23083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23083 is #3DCF7C. Grayscale: #646464. Windows color (decimal): -4050813 or 8597698. OLE color: 8597698.

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

Color convert

RGB 194 48 131 -
CMYK 0 0.75 0.32 0.24
HSL 325.89º 0.6% 0.47% -
HSV(B) 325.89º 0.75% 0.76% -
XYZ 27.4 15.22 22.97 -
YUV 101.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 194 48 131 0 0.75 0.32 0.24 325.89 0.6 0.47
Hex C2 30 83 0 4B 20 18 146 3C 2F
Octal 302 60 203 0 113 40 30 506 74 57
Binary 11000010 110000 10000011 0 1001011 100000 11000 101000110 111100 101111

Color Harmonies of #C23083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23083

Black with #C23083

Text Example


Text Example

White with #C23083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23083; }

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

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

background-color css

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

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

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

border-color css

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

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

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