Html Css Color HEX #C1145F Jazzberry Jam

📋 copy color: '#C1145F'

red 193 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #C1145F

Tints of Jazzberry Jam #C1145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 62.66%
G = 6.49%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1145F (or 0xC1145F) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 5F. RGB value is (193,20,95). Sum of RGB (Red+Green+Blue) = 193+20+95=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1145F is #3EEBA0. Grayscale: #505050. Windows color (decimal): -4123553 or 6231233. OLE color: 6231233.

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

Color convert

RGB 193 20 95 -
CMYK 0 0.90 0.51 0.24
HSL 333.99º 0.81% 0.42% -
HSV(B) 333.99º 0.9% 0.76% -
XYZ 24.31 12.66 11.99 -
YUV 80.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 193 20 95 0 0.90 0.51 0.24 333.99 0.81 0.42
Hex C1 14 5F 0 5A 33 18 14E 51 2A
Octal 301 24 137 0 132 63 30 516 121 52
Binary 11000001 10100 1011111 0 1011010 110011 11000 101001110 1010001 101010

Color Harmonies of #C1145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1145F

Black with #C1145F

Text Example


Text Example

White with #C1145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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