Html Css Color HEX #C11566 Jazzberry Jam

📋 copy color: '#C11566'

red 193 ◦ green 21 ◦ blue 102

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

Shades of Jazzberry Jam #C11566

Tints of Jazzberry Jam #C11566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 61.08%
G = 6.65%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C11566 (or 0xC11566) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 66. RGB value is (193,21,102). Sum of RGB (Red+Green+Blue) = 193+21+102=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C11566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11566 is #3EEA99. Grayscale: #515151. Windows color (decimal): -4123290 or 6690241. OLE color: 6690241.

HSL color Cylindrical-coordinate representation of color #C11566: hue angle of 331.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11566 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 102 -
CMYK 0 0.89 0.47 0.24
HSL 331.74º 0.8% 0.42% -
HSV(B) 331.74º 0.89% 0.76% -
XYZ 24.66 12.83 13.75 -
YUV 81.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 193 21 102 0 0.89 0.47 0.24 331.74 0.8 0.42
Hex C1 15 66 0 59 2F 18 14C 50 2A
Octal 301 25 146 0 131 57 30 514 120 52
Binary 11000001 10101 1100110 0 1011001 101111 11000 101001100 1010000 101010

Color Harmonies of #C11566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11566

Black with #C11566

Text Example


Text Example

White with #C11566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11566; }

 p { color: rgb(193,21,102); }

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

background-color css

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

 a { background-color: rgb(193,21,102); }

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

border-color css

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

 span { border-color: rgb(193,21,102); }

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