Html Css Color HEX #C1145D Jazzberry Jam

📋 copy color: '#C1145D'

red 193 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #C1145D

Tints of Jazzberry Jam #C1145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 63.07%
G = 6.54%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1145D (or 0xC1145D) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 5D. RGB value is (193,20,93). Sum of RGB (Red+Green+Blue) = 193+20+93=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1145D is #3EEBA2. Grayscale: #4F4F4F. Windows color (decimal): -4123555 or 6100161. OLE color: 6100161.

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

Color convert

RGB 193 20 93 -
CMYK 0 0.90 0.52 0.24
HSL 334.68º 0.81% 0.42% -
HSV(B) 334.68º 0.9% 0.76% -
XYZ 24.22 12.63 11.52 -
YUV 80.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 193 20 93 0 0.90 0.52 0.24 334.68 0.81 0.42
Hex C1 14 5D 0 5A 34 18 14F 51 2A
Octal 301 24 135 0 132 64 30 517 121 52
Binary 11000001 10100 1011101 0 1011010 110100 11000 101001111 1010001 101010

Color Harmonies of #C1145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1145D

Black with #C1145D

Text Example


Text Example

White with #C1145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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