#C02769

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

Shades of Medium Red Violet #C02769

Tints of Medium Red Violet #C02769

Color information

#C02769 (or 0xC02769) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 69. RGB value is (192,39,105). Sum of RGB (Red+Green+Blue) = 192+39+105=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C02769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02769 is #3FD896. Grayscale: #5C5C5C. Windows color (decimal): -4184215 or 6891456. OLE color: 6891456.

HSL color Cylindrical-coordinate representation of color #C02769: hue angle of 334.12º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02769 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19239105-
CMYK00.800.450.25
HSL334.12º66.23%45.29%-
HSV(B)334.12º79.69%75.29%-
XYZ25.0113.6814.69-
YUV92.27135.19199.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.14%
GREEN value IS 39 (15.62% from 255) = 11.61%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=57.14%
G=11.61%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923910500.800.450.25334.1266.2345.29
HexC027690502D1914e422d
Octal300471510120553151610255
Binary11000000100111110100101010000101101110011010011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02769; }

 p { color: rgb(192,39,105); }

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

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

 a { background-color: rgb(192,39,105); }

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

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

 span { border-color: rgb(192,39,105); }

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