Html Css Color HEX #C23488 Medium Red Violet

📋 copy color: '#C23488'

red 194 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #C23488

Tints of Medium Red Violet #C23488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 50.79%
G = 13.61%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C23488 (or 0xC23488) is known color: Medium Red Violet. HEX triplet: C2, 34 and 88. RGB value is (194,52,136). Sum of RGB (Red+Green+Blue) = 194+52+136=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C23488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23488 is #3DCB77. Grayscale: #676767. Windows color (decimal): -4049784 or 8926402. OLE color: 8926402.

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

Color convert

RGB 194 52 136 -
CMYK 0 0.73 0.30 0.24
HSL 324.51º 0.58% 0.48% -
HSV(B) 324.51º 0.73% 0.76% -
XYZ 27.92 15.7 24.85 -
YUV 104.03 146.04 192.17 -
System Red Green Blue C M Y K H S L
Decimal 194 52 136 0 0.73 0.30 0.24 324.51 0.58 0.48
Hex C2 34 88 0 49 1E 18 145 3A 30
Octal 302 64 210 0 111 36 30 505 72 60
Binary 11000010 110100 10001000 0 1001001 11110 11000 101000101 111010 110000

Color Harmonies of #C23488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23488

Black with #C23488

Text Example


Text Example

White with #C23488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23488; }

 p { color: rgb(194,52,136); }

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

background-color css

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

 a { background-color: rgb(194,52,136); }

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

border-color css

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

 span { border-color: rgb(194,52,136); }

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