Html Css Color HEX #C10054 Jazzberry Jam

📋 copy color: '#C10054'

red 193 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #C10054

Tints of Jazzberry Jam #C10054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.68%
G = 0%
B = 30.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10054 (or 0xC10054) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 54. RGB value is (193,0,84). Sum of RGB (Red+Green+Blue) = 193+0+84=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C10054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10054 is #3EFFAB. Grayscale: #434343. Windows color (decimal): -4128684 or 5505217. OLE color: 5505217.

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

Color convert

RGB 193 0 84 -
CMYK 0 1 0.56 0.24
HSL 333.89º 1% 0.38% -
HSV(B) 333.89º 1% 0.76% -
XYZ 23.59 11.98 9.46 -
YUV 67.28 137.44 217.67 -
System Red Green Blue C M Y K H S L
Decimal 193 0 84 0 1 0.56 0.24 333.89 1 0.38
Hex C1 0 54 0 64 38 18 14E 64 26
Octal 301 0 124 0 144 70 30 516 144 46
Binary 11000001 0 1010100 0 1100100 111000 11000 101001110 1100100 100110

Color Harmonies of #C10054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10054

Black with #C10054

Text Example


Text Example

White with #C10054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10054; }

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

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

background-color css

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

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

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

border-color css

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

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

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