Html Css Color HEX #C1135F Jazzberry Jam

📋 copy color: '#C1135F'

red 193 ◦ green 19 ◦ blue 95

#C1135F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C1135F

Tints of Jazzberry Jam #C1135F

RGB

 RED value IS 193 (75.78% from 255) = 62.87%

 GREEN value IS 19 (7.81% from 255) = 6.19%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 62.87%
G = 6.19%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1135F (or 0xC1135F) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 5F. RGB value is (193,19,95). Sum of RGB (Red+Green+Blue) = 193+19+95=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1135F is #3EECA0. Grayscale: #4F4F4F. Windows color (decimal): -4123809 or 6230977. OLE color: 6230977.

HSL color Cylindrical-coordinate representation of color #C1135F: hue angle of 333.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1135F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 95 -
CMYK 0 0.90 0.51 0.24
HSL 333.79º 0.82% 0.42% -
HSV(B) 333.79º 0.9% 0.76% -
XYZ 24.29 12.63 11.98 -
YUV 79.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 193 19 95 0 0.90 0.51 0.24 333.79 0.82 0.42
Hex C1 13 5F 0 5A 33 18 14E 52 2A
Octal 301 23 137 0 132 63 30 516 122 52
Binary 11000001 10011 1011111 0 1011010 110011 11000 101001110 1010010 101010

Color Harmonies of #C1135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1135F

Black with #C1135F

Text Example


Text Example

White with #C1135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1135F; }

 p { color: rgb(193,19,95); }

 H1.HeaderClassName
 {
   color: #C1135F;
 }
 .AnyTagClassName
 {
   color: #C1135F;
 }
</style>

background-color css

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

 a { background-color: rgb(193,19,95); }

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

border-color css

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

 span { border-color: rgb(193,19,95); }

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