Html Css Color HEX #C1135A Jazzberry Jam

📋 copy color: '#C1135A'

red 193 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #C1135A

Tints of Jazzberry Jam #C1135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 63.91%
G = 6.29%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1135A (or 0xC1135A) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 5A. RGB value is (193,19,90). Sum of RGB (Red+Green+Blue) = 193+19+90=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1135A is #3EECA5. Grayscale: #4F4F4F. Windows color (decimal): -4123814 or 5903297. OLE color: 5903297.

HSL color Cylindrical-coordinate representation of color #C1135A: hue angle of 335.52º 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 #C1135A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 90 -
CMYK 0 0.90 0.53 0.24
HSL 335.52º 0.82% 0.42% -
HSV(B) 335.52º 0.9% 0.76% -
XYZ 24.07 12.54 10.82 -
YUV 79.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 193 19 90 0 0.90 0.53 0.24 335.52 0.82 0.42
Hex C1 13 5A 0 5A 35 18 150 52 2A
Octal 301 23 132 0 132 65 30 520 122 52
Binary 11000001 10011 1011010 0 1011010 110101 11000 101010000 1010010 101010

Color Harmonies of #C1135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1135A

Black with #C1135A

Text Example


Text Example

White with #C1135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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