Html Css Color HEX #C1035D Jazzberry Jam

📋 copy color: '#C1035D'

red 193 ◦ green 3 ◦ blue 93

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

Shades of Jazzberry Jam #C1035D

Tints of Jazzberry Jam #C1035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 66.78%
G = 1.04%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1035D (or 0xC1035D) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 5D. RGB value is (193,3,93). Sum of RGB (Red+Green+Blue) = 193+3+93=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1035D is #3EFCA2. Grayscale: #454545. Windows color (decimal): -4127907 or 6095809. OLE color: 6095809.

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

Color convert

RGB 193 3 93 -
CMYK 0 0.98 0.52 0.24
HSL 331.58º 0.97% 0.38% -
HSV(B) 331.58º 0.98% 0.76% -
XYZ 24 12.19 11.44 -
YUV 70.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 193 3 93 0 0.98 0.52 0.24 331.58 0.97 0.38
Hex C1 3 5D 0 62 34 18 14C 61 26
Octal 301 3 135 0 142 64 30 514 141 46
Binary 11000001 11 1011101 0 1100010 110100 11000 101001100 1100001 100110

Color Harmonies of #C1035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1035D

Black with #C1035D

Text Example


Text Example

White with #C1035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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