Html Css Color HEX #C11167 Jazzberry Jam

📋 copy color: '#C11167'

red 193 ◦ green 17 ◦ blue 103

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

Shades of Jazzberry Jam #C11167

Tints of Jazzberry Jam #C11167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

 BLUE value IS 103 (40.63% from 255) = 32.91%

R = 61.66%
G = 5.43%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C11167 (or 0xC11167) is known color: Jazzberry Jam. HEX triplet: C1, 11 and 67. RGB value is (193,17,103). Sum of RGB (Red+Green+Blue) = 193+17+103=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C11167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11167 is #3EEE98. Grayscale: #4F4F4F. Windows color (decimal): -4124313 or 6754753. OLE color: 6754753.

HSL color Cylindrical-coordinate representation of color #C11167: hue angle of 330.68º degrees, saturation: 0.84, 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 #C11167 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 17 103 -
CMYK 0 0.91 0.47 0.24
HSL 330.68º 0.84% 0.41% -
HSV(B) 330.68º 0.91% 0.76% -
XYZ 24.64 12.72 13.99 -
YUV 79.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 193 17 103 0 0.91 0.47 0.24 330.68 0.84 0.41
Hex C1 11 67 0 5B 2F 18 14B 54 29
Octal 301 21 147 0 133 57 30 513 124 51
Binary 11000001 10001 1100111 0 1011011 101111 11000 101001011 1010100 101001

Color Harmonies of #C11167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11167

Black with #C11167

Text Example


Text Example

White with #C11167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11167; }

 p { color: rgb(193,17,103); }

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

background-color css

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

 a { background-color: rgb(193,17,103); }

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

border-color css

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

 span { border-color: rgb(193,17,103); }

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