Html Css Color HEX #C11367 Jazzberry Jam

📋 copy color: '#C11367'

red 193 ◦ green 19 ◦ blue 103

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

Shades of Jazzberry Jam #C11367

Tints of Jazzberry Jam #C11367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 61.27%
G = 6.03%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C11367 (or 0xC11367) is known color: Jazzberry Jam. HEX triplet: C1, 13 and 67. RGB value is (193,19,103). Sum of RGB (Red+Green+Blue) = 193+19+103=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C11367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11367 is #3EEC98. Grayscale: #505050. Windows color (decimal): -4123801 or 6755265. OLE color: 6755265.

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

Color convert

RGB 193 19 103 -
CMYK 0 0.90 0.47 0.24
HSL 331.03º 0.82% 0.42% -
HSV(B) 331.03º 0.9% 0.76% -
XYZ 24.67 12.78 14 -
YUV 80.6 140.65 208.17 -
System Red Green Blue C M Y K H S L
Decimal 193 19 103 0 0.90 0.47 0.24 331.03 0.82 0.42
Hex C1 13 67 0 5A 2F 18 14B 52 2A
Octal 301 23 147 0 132 57 30 513 122 52
Binary 11000001 10011 1100111 0 1011010 101111 11000 101001011 1010010 101010

Color Harmonies of #C11367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11367

Black with #C11367

Text Example


Text Example

White with #C11367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11367; }

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

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

background-color css

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

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

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

border-color css

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

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

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