Html Css Color HEX #C10E54 Jazzberry Jam

📋 copy color: '#C10E54'

red 193 ◦ green 14 ◦ blue 84

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

Shades of Jazzberry Jam #C10E54

Tints of Jazzberry Jam #C10E54

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 84 (33.2% from 255) = 28.87%

R = 66.32%
G = 4.81%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10E54 (or 0xC10E54) is known color: Jazzberry Jam. HEX triplet: C1, 0E and 54. RGB value is (193,14,84). Sum of RGB (Red+Green+Blue) = 193+14+84=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E54 is #3EF1AB. Grayscale: #4B4B4B. Windows color (decimal): -4125100 or 5508801. OLE color: 5508801.

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

Color convert

RGB 193 14 84 -
CMYK 0 0.93 0.56 0.24
HSL 336.54º 0.86% 0.41% -
HSV(B) 336.54º 0.93% 0.76% -
XYZ 23.75 12.29 9.51 -
YUV 75.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 193 14 84 0 0.93 0.56 0.24 336.54 0.86 0.41
Hex C1 E 54 0 5D 38 18 151 56 29
Octal 301 16 124 0 135 70 30 521 126 51
Binary 11000001 1110 1010100 0 1011101 111000 11000 101010001 1010110 101001

Color Harmonies of #C10E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E54

Black with #C10E54

Text Example


Text Example

White with #C10E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E54; }

 p { color: rgb(193,14,84); }

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

background-color css

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

 a { background-color: rgb(193,14,84); }

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

border-color css

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

 span { border-color: rgb(193,14,84); }

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