#c10c58

Color #C10C58 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C10C58

Tints of Jazzberry Jam #C10C58

Color information

#C10C58 (or 0xC10C58) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 0C and 58. RGB value is (193,12,88). Sum of RGB (Red+Green+Blue) = 193+12+88=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C58 is #3EF3A7. Grayscale: #4A4A4A. Windows color (decimal): -4125608 or 5770433. OLE color: 5770433.

HSL color Cylindrical-coordinate representation of color #C10C58: hue angle of 334.81º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C58 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1931288-
CMYK00.940.540.24
HSL334.81º88.29%40.2%-
HSV(B)334.81º93.78%75.69%-
XYZ23.8912.310.35-
YUV74.78135.47212.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.87%
GREEN value IS 12 (5.08% from 255) = 4.10%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=65.87%
G=4.10%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193128800.940.540.24334.8188.2940.2
HexC1C5805E361814f5828
Octal301141300136663051713050
Binary110000011100101100001011110110110110001010011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10c58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10c58; }

 p { color: rgb(193,12,88); }

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

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

 a { background-color: rgb(193,12,88); }

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

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

 span { border-color: rgb(193,12,88); }

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