Html Css Color HEX #C1055E Jazzberry Jam

📋 copy color: '#C1055E'

red 193 ◦ green 5 ◦ blue 94

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

Shades of Jazzberry Jam #C1055E

Tints of Jazzberry Jam #C1055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 66.1%
G = 1.71%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1055E (or 0xC1055E) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 5E. RGB value is (193,5,94). Sum of RGB (Red+Green+Blue) = 193+5+94=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1055E is #3EFAA1. Grayscale: #474747. Windows color (decimal): -4127394 or 6161857. OLE color: 6161857.

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

Color convert

RGB 193 5 94 -
CMYK 0 0.97 0.51 0.24
HSL 331.6º 0.95% 0.39% -
HSV(B) 331.6º 0.97% 0.76% -
XYZ 24.07 12.25 11.69 -
YUV 71.36 140.78 214.76 -
System Red Green Blue C M Y K H S L
Decimal 193 5 94 0 0.97 0.51 0.24 331.6 0.95 0.39
Hex C1 5 5E 0 61 33 18 14C 5F 27
Octal 301 5 136 0 141 63 30 514 137 47
Binary 11000001 101 1011110 0 1100001 110011 11000 101001100 1011111 100111

Color Harmonies of #C1055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1055E

Black with #C1055E

Text Example


Text Example

White with #C1055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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