#C1024F

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

Shades of Jazzberry Jam #C1024F

Tints of Jazzberry Jam #C1024F

Color information

#C1024F (or 0xC1024F) is unknown color: approx Jazzberry Jam. HEX triplet: C1, 02 and 4F. RGB value is (193,2,79). Sum of RGB (Red+Green+Blue) = 193+2+79=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1024F is #3EFDB0. Grayscale: #434343. Windows color (decimal): -4128177 or 5178049. OLE color: 5178049.

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

Color convert

RGB193279-
CMYK00.990.590.24
HSL335.81º97.95%38.24%-
HSV(B)335.81º98.96%75.69%-
XYZ23.4311.958.47-
YUV67.89134.28217.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.44%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=70.44%
G=0.73%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19327900.990.590.24335.8197.9538.24
HexC124F0633B181506226
Octal30121170143733052014246
Binary1100000110100111101100011111011110001010100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1024F; }

 p { color: rgb(193,2,79); }

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

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

 a { background-color: rgb(193,2,79); }

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

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

 span { border-color: rgb(193,2,79); }

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