Html Css Color HEX #C1044D Jazzberry Jam

📋 copy color: '#C1044D'

red 193 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #C1044D

Tints of Jazzberry Jam #C1044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 70.44%
G = 1.46%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1044D (or 0xC1044D) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 4D. RGB value is (193,4,77). Sum of RGB (Red+Green+Blue) = 193+4+77=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1044D is #3EFBB2. Grayscale: #444444. Windows color (decimal): -4127667 or 5047489. OLE color: 5047489.

HSL color Cylindrical-coordinate representation of color #C1044D: hue angle of 336.83º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1044D is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 77 -
CMYK 0 0.98 0.60 0.24
HSL 336.83º 0.96% 0.39% -
HSV(B) 336.83º 0.98% 0.76% -
XYZ 23.38 11.96 8.1 -
YUV 68.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 193 4 77 0 0.98 0.60 0.24 336.83 0.96 0.39
Hex C1 4 4D 0 62 3C 18 151 60 27
Octal 301 4 115 0 142 74 30 521 140 47
Binary 11000001 100 1001101 0 1100010 111100 11000 101010001 1100000 100111

Color Harmonies of #C1044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1044D

Black with #C1044D

Text Example


Text Example

White with #C1044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1044D; }

 p { color: rgb(193,4,77); }

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

background-color css

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

 a { background-color: rgb(193,4,77); }

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

border-color css

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

 span { border-color: rgb(193,4,77); }

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