Html Css Color HEX #C10558 Jazzberry Jam

📋 copy color: '#C10558'

red 193 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #C10558

Tints of Jazzberry Jam #C10558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 67.48%
G = 1.75%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10558 (or 0xC10558) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 58. RGB value is (193,5,88). Sum of RGB (Red+Green+Blue) = 193+5+88=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C10558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10558 is #3EFAA7. Grayscale: #464646. Windows color (decimal): -4127400 or 5768641. OLE color: 5768641.

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

Color convert

RGB 193 5 88 -
CMYK 0 0.97 0.54 0.24
HSL 333.51º 0.95% 0.39% -
HSV(B) 333.51º 0.97% 0.76% -
XYZ 23.81 12.15 10.32 -
YUV 70.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 193 5 88 0 0.97 0.54 0.24 333.51 0.95 0.39
Hex C1 5 58 0 61 36 18 14E 5F 27
Octal 301 5 130 0 141 66 30 516 137 47
Binary 11000001 101 1011000 0 1100001 110110 11000 101001110 1011111 100111

Color Harmonies of #C10558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10558

Black with #C10558

Text Example


Text Example

White with #C10558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10558; }

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

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

background-color css

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

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

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

border-color css

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

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

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