Html Css Color HEX #C23475 Medium Red Violet

📋 copy color: '#C23475'

red 194 ◦ green 52 ◦ blue 117

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

Shades of Medium Red Violet #C23475

Tints of Medium Red Violet #C23475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 53.44%
G = 14.33%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23475 (or 0xC23475) is known color: Medium Red Violet. HEX triplet: C2, 34 and 75. RGB value is (194,52,117). Sum of RGB (Red+Green+Blue) = 194+52+117=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23475 is #3DCB8A. Grayscale: #656565. Windows color (decimal): -4049803 or 7681218. OLE color: 7681218.

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

Color convert

RGB 194 52 117 -
CMYK 0 0.73 0.40 0.24
HSL 332.54º 0.58% 0.48% -
HSV(B) 332.54º 0.73% 0.76% -
XYZ 26.69 15.21 18.36 -
YUV 101.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 194 52 117 0 0.73 0.40 0.24 332.54 0.58 0.48
Hex C2 34 75 0 49 28 18 14D 3A 30
Octal 302 64 165 0 111 50 30 515 72 60
Binary 11000010 110100 1110101 0 1001001 101000 11000 101001101 111010 110000

Color Harmonies of #C23475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23475

Black with #C23475

Text Example


Text Example

White with #C23475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23475; }

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

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

background-color css

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

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

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

border-color css

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

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

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