Html Css Color HEX #C1125E Jazzberry Jam

📋 copy color: '#C1125E'

red 193 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #C1125E

Tints of Jazzberry Jam #C1125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 63.28%
G = 5.9%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1125E (or 0xC1125E) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 5E. RGB value is (193,18,94). Sum of RGB (Red+Green+Blue) = 193+18+94=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1125E is #3EEDA1. Grayscale: #4E4E4E. Windows color (decimal): -4124066 or 6165185. OLE color: 6165185.

HSL color Cylindrical-coordinate representation of color #C1125E: hue angle of 333.94º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1125E is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 18 94 -
CMYK 0 0.91 0.51 0.24
HSL 333.94º 0.83% 0.41% -
HSV(B) 333.94º 0.91% 0.76% -
XYZ 24.23 12.58 11.74 -
YUV 78.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 193 18 94 0 0.91 0.51 0.24 333.94 0.83 0.41
Hex C1 12 5E 0 5B 33 18 14E 53 29
Octal 301 22 136 0 133 63 30 516 123 51
Binary 11000001 10010 1011110 0 1011011 110011 11000 101001110 1010011 101001

Color Harmonies of #C1125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1125E

Black with #C1125E

Text Example


Text Example

White with #C1125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1125E; }

 p { color: rgb(193,18,94); }

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

background-color css

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

 a { background-color: rgb(193,18,94); }

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

border-color css

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

 span { border-color: rgb(193,18,94); }

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