#C23274

Color #C23274 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C23274

Tints of Medium Red Violet #C23274

Color information

#C23274 (or 0xC23274) is unknown color: approx Medium Red Violet. HEX triplet: C2, 32 and 74. RGB value is (194,50,116). Sum of RGB (Red+Green+Blue) = 194+50+116=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C23274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23274 is #3DCD8B. Grayscale: #646464. Windows color (decimal): -4050316 or 7615170. OLE color: 7615170.

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

Color convert

RGB19450116-
CMYK00.740.400.24
HSL332.5º59.02%47.84%-
HSV(B)332.5º74.23%76.08%-
XYZ26.5415.0118.02-
YUV100.58136.71194.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=53.89%
G=13.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945011600.740.400.24332.559.0247.84
HexC2327404A281814c3b30
Octal30262164011250305147360
Binary1100001011001011101000100101010100011000101001100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23274; }

 p { color: rgb(194,50,116); }

 H1.HeaderClassName
 {
   color: #C23274;
 }
 .AnyTagClassName
 {
   color: #C23274;
 }
</style>
background-color css

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

 a { background-color: rgb(194,50,116); }

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

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

 span { border-color: rgb(194,50,116); }

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