Html Css Color HEX #C11466 Jazzberry Jam

📋 copy color: '#C11466'

red 193 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #C11466

Tints of Jazzberry Jam #C11466

RGB

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

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

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

R = 61.27%
G = 6.35%
B = 32.38%

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

#C11466 (or 0xC11466) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 66. RGB value is (193,20,102). Sum of RGB (Red+Green+Blue) = 193+20+102=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C11466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11466 is #3EEB99. Grayscale: #505050. Windows color (decimal): -4123546 or 6689985. OLE color: 6689985.

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

Color convert

RGB 193 20 102 -
CMYK 0 0.90 0.47 0.24
HSL 331.56º 0.81% 0.42% -
HSV(B) 331.56º 0.9% 0.76% -
XYZ 24.64 12.8 13.74 -
YUV 81.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 193 20 102 0 0.90 0.47 0.24 331.56 0.81 0.42
Hex C1 14 66 0 5A 2F 18 14C 51 2A
Octal 301 24 146 0 132 57 30 514 121 52
Binary 11000001 10100 1100110 0 1011010 101111 11000 101001100 1010001 101010

Color Harmonies of #C11466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11466

Black with #C11466

Text Example


Text Example

White with #C11466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11466; }

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

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

background-color css

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

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

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

border-color css

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

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

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