Html Css Color HEX #C11467 Jazzberry Jam

📋 copy color: '#C11467'

red 193 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #C11467

Tints of Jazzberry Jam #C11467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

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

R = 61.08%
G = 6.33%
B = 32.59%

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

#C11467 (or 0xC11467) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 67. RGB value is (193,20,103). Sum of RGB (Red+Green+Blue) = 193+20+103=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C11467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11467 is #3EEB98. Grayscale: #515151. Windows color (decimal): -4123545 or 6755521. OLE color: 6755521.

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

Color convert

RGB 193 20 103 -
CMYK 0 0.90 0.47 0.24
HSL 331.21º 0.81% 0.42% -
HSV(B) 331.21º 0.9% 0.76% -
XYZ 24.69 12.82 14 -
YUV 81.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 193 20 103 0 0.90 0.47 0.24 331.21 0.81 0.42
Hex C1 14 67 0 5A 2F 18 14B 51 2A
Octal 301 24 147 0 132 57 30 513 121 52
Binary 11000001 10100 1100111 0 1011010 101111 11000 101001011 1010001 101010

Color Harmonies of #C11467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11467

Black with #C11467

Text Example


Text Example

White with #C11467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11467; }

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

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

background-color css

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

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

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

border-color css

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

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

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