Html Css Color HEX #C10C53 Jazzberry Jam

📋 copy color: '#C10C53'

red 193 ◦ green 12 ◦ blue 83

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

Shades of Jazzberry Jam #C10C53

Tints of Jazzberry Jam #C10C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 67.01%
G = 4.17%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C10C53 (or 0xC10C53) is known color: Jazzberry Jam. HEX triplet: C1, 0C and 53. RGB value is (193,12,83). Sum of RGB (Red+Green+Blue) = 193+12+83=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C53 is #3EF3AC. Grayscale: #4A4A4A. Windows color (decimal): -4125613 or 5442753. OLE color: 5442753.

HSL color Cylindrical-coordinate representation of color #C10C53: hue angle of 336.46º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C53 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 12 83 -
CMYK 0 0.94 0.57 0.24
HSL 336.46º 0.88% 0.4% -
HSV(B) 336.46º 0.94% 0.76% -
XYZ 23.69 12.22 9.29 -
YUV 74.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 193 12 83 0 0.94 0.57 0.24 336.46 0.88 0.4
Hex C1 C 53 0 5E 39 18 150 58 28
Octal 301 14 123 0 136 71 30 520 130 50
Binary 11000001 1100 1010011 0 1011110 111001 11000 101010000 1011000 101000

Color Harmonies of #C10C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C53

Black with #C10C53

Text Example


Text Example

White with #C10C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C53; }

 p { color: rgb(193,12,83); }

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

background-color css

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

 a { background-color: rgb(193,12,83); }

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

border-color css

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

 span { border-color: rgb(193,12,83); }

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