Html Css Color HEX #C10158 Jazzberry Jam

📋 copy color: '#C10158'

red 193 ◦ green 1 ◦ blue 88

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

Shades of Jazzberry Jam #C10158

Tints of Jazzberry Jam #C10158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 68.44%
G = 0.35%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C10158 (or 0xC10158) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 58. RGB value is (193,1,88). Sum of RGB (Red+Green+Blue) = 193+1+88=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10158 is #3EFEA7. Grayscale: #444444. Windows color (decimal): -4128424 or 5767617. OLE color: 5767617.

HSL color Cylindrical-coordinate representation of color #C10158: hue angle of 332.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10158 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 88 -
CMYK 0 0.99 0.54 0.24
HSL 332.81º 0.99% 0.38% -
HSV(B) 332.81º 0.99% 0.76% -
XYZ 23.76 12.06 10.31 -
YUV 68.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 193 1 88 0 0.99 0.54 0.24 332.81 0.99 0.38
Hex C1 1 58 0 63 36 18 14D 63 26
Octal 301 1 130 0 143 66 30 515 143 46
Binary 11000001 1 1011000 0 1100011 110110 11000 101001101 1100011 100110

Color Harmonies of #C10158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10158

Black with #C10158

Text Example


Text Example

White with #C10158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10158; }

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

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

background-color css

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

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

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

border-color css

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

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

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