Html Css Color HEX #C23476 Medium Red Violet

📋 copy color: '#C23476'

red 194 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #C23476

Tints of Medium Red Violet #C23476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 53.3%
G = 14.29%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C23476 (or 0xC23476) is known color: Medium Red Violet. HEX triplet: C2, 34 and 76. RGB value is (194,52,118). Sum of RGB (Red+Green+Blue) = 194+52+118=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C23476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23476 is #3DCB89. Grayscale: #656565. Windows color (decimal): -4049802 or 7746754. OLE color: 7746754.

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

Color convert

RGB 194 52 118 -
CMYK 0 0.73 0.39 0.24
HSL 332.11º 0.58% 0.48% -
HSV(B) 332.11º 0.73% 0.76% -
XYZ 26.75 15.23 18.67 -
YUV 101.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 194 52 118 0 0.73 0.39 0.24 332.11 0.58 0.48
Hex C2 34 76 0 49 27 18 14C 3A 30
Octal 302 64 166 0 111 47 30 514 72 60
Binary 11000010 110100 1110110 0 1001001 100111 11000 101001100 111010 110000

Color Harmonies of #C23476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23476

Black with #C23476

Text Example


Text Example

White with #C23476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23476; }

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

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

background-color css

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

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

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

border-color css

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

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

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