Html Css Color HEX #C11567 Jazzberry Jam

📋 copy color: '#C11567'

red 193 ◦ green 21 ◦ blue 103

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

Shades of Jazzberry Jam #C11567

Tints of Jazzberry Jam #C11567

RGB

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

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

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

R = 60.88%
G = 6.62%
B = 32.49%

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

#C11567 (or 0xC11567) is known color: Jazzberry Jam. HEX triplet: C1, 15 and 67. RGB value is (193,21,103). Sum of RGB (Red+Green+Blue) = 193+21+103=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C11567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11567 is #3EEA98. Grayscale: #515151. Windows color (decimal): -4123289 or 6755777. OLE color: 6755777.

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

Color convert

RGB 193 21 103 -
CMYK 0 0.89 0.47 0.24
HSL 331.4º 0.8% 0.42% -
HSV(B) 331.4º 0.89% 0.76% -
XYZ 24.71 12.85 14.01 -
YUV 81.78 139.98 207.33 -
System Red Green Blue C M Y K H S L
Decimal 193 21 103 0 0.89 0.47 0.24 331.4 0.8 0.42
Hex C1 15 67 0 59 2F 18 14B 50 2A
Octal 301 25 147 0 131 57 30 513 120 52
Binary 11000001 10101 1100111 0 1011001 101111 11000 101001011 1010000 101010

Color Harmonies of #C11567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11567

Black with #C11567

Text Example


Text Example

White with #C11567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11567; }

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

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

background-color css

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

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

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

border-color css

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

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

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