Html Css Color HEX #C23497 Medium Red Violet

📋 copy color: '#C23497'

red 194 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #C23497

Tints of Medium Red Violet #C23497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 48.87%
G = 13.1%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C23497 (or 0xC23497) is known color: Medium Red Violet. HEX triplet: C2, 34 and 97. RGB value is (194,52,151). Sum of RGB (Red+Green+Blue) = 194+52+151=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C23497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23497 is #3DCB68. Grayscale: #696969. Windows color (decimal): -4049769 or 9909442. OLE color: 9909442.

HSL color Cylindrical-coordinate representation of color #C23497: hue angle of 318.17º 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 #C23497 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 151 -
CMYK 0 0.73 0.22 0.24
HSL 318.17º 0.58% 0.48% -
HSV(B) 318.17º 0.73% 0.76% -
XYZ 29.06 16.16 30.87 -
YUV 105.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 194 52 151 0 0.73 0.22 0.24 318.17 0.58 0.48
Hex C2 34 97 0 49 16 18 13E 3A 30
Octal 302 64 227 0 111 26 30 476 72 60
Binary 11000010 110100 10010111 0 1001001 10110 11000 100111110 111010 110000

Color Harmonies of #C23497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23497

Black with #C23497

Text Example


Text Example

White with #C23497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23497; }

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

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

background-color css

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

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

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

border-color css

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

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

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