#C02B7F

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

Shades of Medium Red Violet #C02B7F

Tints of Medium Red Violet #C02B7F

Color information

#C02B7F (or 0xC02B7F) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and 7F. RGB value is (192,43,127). Sum of RGB (Red+Green+Blue) = 192+43+127=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B7F is #3FD480. Grayscale: #606060. Windows color (decimal): -4183169 or 8334272. OLE color: 8334272.

HSL color Cylindrical-coordinate representation of color #C02B7F: hue angle of 326.17º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B7F is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19243127-
CMYK00.780.340.25
HSL326.17º63.4%46.08%-
HSV(B)326.17º77.6%75.29%-
XYZ26.4314.4721.48-
YUV97.13144.86195.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 43 (17.19% from 255) = 11.88%
BLUE value IS 127 (50% from 255) = 35.08%
R=53.04%
G=11.88%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924312700.780.340.25326.1763.446.08
HexC02B7F04E22191463f2e
Octal30053177011642315067756
Binary1100000010101111111110100111010001011001101000110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B7F; }

 p { color: rgb(192,43,127); }

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

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

 a { background-color: rgb(192,43,127); }

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

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

 span { border-color: rgb(192,43,127); }

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