#C23B7F

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

Shades of Medium Red Violet #C23B7F

Tints of Medium Red Violet #C23B7F

Color information

#C23B7F (or 0xC23B7F) is unknown color: approx Medium Red Violet. HEX triplet: C2, 3B and 7F. RGB value is (194,59,127). Sum of RGB (Red+Green+Blue) = 194+59+127=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B7F is #3DC480. Grayscale: #6A6A6A. Windows color (decimal): -4048001 or 8338370. OLE color: 8338370.

HSL color Cylindrical-coordinate representation of color #C23B7F: hue angle of 329.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B7F is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19459127-
CMYK00.700.350.24
HSL329.78º53.36%49.61%-
HSV(B)329.78º69.59%76.08%-
XYZ27.6416.1321.74-
YUV107.12139.23189.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 127 (50% from 255) = 33.42%
R=51.05%
G=15.53%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945912700.700.350.24329.7853.3649.61
HexC23B7F046231814a3532
Octal30273177010643305126562
Binary1100001011101111111110100011010001111000101001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B7F; }

 p { color: rgb(194,59,127); }

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

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

 a { background-color: rgb(194,59,127); }

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

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

 span { border-color: rgb(194,59,127); }

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