Html Css Color HEX #C10361 Jazzberry Jam

📋 copy color: '#C10361'

red 193 ◦ green 3 ◦ blue 97

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

Shades of Jazzberry Jam #C10361

Tints of Jazzberry Jam #C10361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 65.87%
G = 1.02%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C10361 (or 0xC10361) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 61. RGB value is (193,3,97). Sum of RGB (Red+Green+Blue) = 193+3+97=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C10361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10361 is #3EFC9E. Grayscale: #464646. Windows color (decimal): -4127903 or 6357953. OLE color: 6357953.

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

Color convert

RGB 193 3 97 -
CMYK 0 0.98 0.50 0.24
HSL 330.32º 0.97% 0.38% -
HSV(B) 330.32º 0.98% 0.76% -
XYZ 24.18 12.27 12.4 -
YUV 70.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 193 3 97 0 0.98 0.50 0.24 330.32 0.97 0.38
Hex C1 3 61 0 62 32 18 14A 61 26
Octal 301 3 141 0 142 62 30 512 141 46
Binary 11000001 11 1100001 0 1100010 110010 11000 101001010 1100001 100110

Color Harmonies of #C10361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10361

Black with #C10361

Text Example


Text Example

White with #C10361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10361; }

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

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

background-color css

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

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

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

border-color css

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

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

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