Html Css Color HEX #C1125D Jazzberry Jam

📋 copy color: '#C1125D'

red 193 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #C1125D

Tints of Jazzberry Jam #C1125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

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

R = 63.49%
G = 5.92%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1125D (or 0xC1125D) is known color: Jazzberry Jam. HEX triplet: C1, 12 and 5D. RGB value is (193,18,93). Sum of RGB (Red+Green+Blue) = 193+18+93=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1125D is #3EEDA2. Grayscale: #4E4E4E. Windows color (decimal): -4124067 or 6099649. OLE color: 6099649.

HSL color Cylindrical-coordinate representation of color #C1125D: hue angle of 334.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1125D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 18 93 -
CMYK 0 0.91 0.52 0.24
HSL 334.29º 0.83% 0.41% -
HSV(B) 334.29º 0.91% 0.76% -
XYZ 24.18 12.56 11.51 -
YUV 78.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 193 18 93 0 0.91 0.52 0.24 334.29 0.83 0.41
Hex C1 12 5D 0 5B 34 18 14E 53 29
Octal 301 22 135 0 133 64 30 516 123 51
Binary 11000001 10010 1011101 0 1011011 110100 11000 101001110 1010011 101001

Color Harmonies of #C1125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1125D

Black with #C1125D

Text Example


Text Example

White with #C1125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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