Html Css Color HEX #C1055C Jazzberry Jam

📋 copy color: '#C1055C'

red 193 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #C1055C

Tints of Jazzberry Jam #C1055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 66.55%
G = 1.72%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1055C (or 0xC1055C) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 5C. RGB value is (193,5,92). Sum of RGB (Red+Green+Blue) = 193+5+92=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1055C is #3EFAA3. Grayscale: #464646. Windows color (decimal): -4127396 or 6030785. OLE color: 6030785.

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

Color convert

RGB 193 5 92 -
CMYK 0 0.97 0.52 0.24
HSL 332.23º 0.95% 0.39% -
HSV(B) 332.23º 0.97% 0.76% -
XYZ 23.98 12.22 11.22 -
YUV 71.13 139.78 214.93 -
System Red Green Blue C M Y K H S L
Decimal 193 5 92 0 0.97 0.52 0.24 332.23 0.95 0.39
Hex C1 5 5C 0 61 34 18 14C 5F 27
Octal 301 5 134 0 141 64 30 514 137 47
Binary 11000001 101 1011100 0 1100001 110100 11000 101001100 1011111 100111

Color Harmonies of #C1055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1055C

Black with #C1055C

Text Example


Text Example

White with #C1055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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