Html Css Color HEX #C23478 Medium Red Violet

📋 copy color: '#C23478'

red 194 ◦ green 52 ◦ blue 120

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

Shades of Medium Red Violet #C23478

Tints of Medium Red Violet #C23478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 53.01%
G = 14.21%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C23478 (or 0xC23478) is known color: Medium Red Violet. HEX triplet: C2, 34 and 78. RGB value is (194,52,120). Sum of RGB (Red+Green+Blue) = 194+52+120=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23478 is #3DCB87. Grayscale: #666666. Windows color (decimal): -4049800 or 7877826. OLE color: 7877826.

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

Color convert

RGB 194 52 120 -
CMYK 0 0.73 0.38 0.24
HSL 331.27º 0.58% 0.48% -
HSV(B) 331.27º 0.73% 0.76% -
XYZ 26.87 15.28 19.3 -
YUV 102.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 194 52 120 0 0.73 0.38 0.24 331.27 0.58 0.48
Hex C2 34 78 0 49 26 18 14B 3A 30
Octal 302 64 170 0 111 46 30 513 72 60
Binary 11000010 110100 1111000 0 1001001 100110 11000 101001011 111010 110000

Color Harmonies of #C23478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23478

Black with #C23478

Text Example


Text Example

White with #C23478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23478; }

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

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

background-color css

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

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

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

border-color css

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

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

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