Html Css Color HEX #C10254 Jazzberry Jam

📋 copy color: '#C10254'

red 193 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #C10254

Tints of Jazzberry Jam #C10254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 69.18%
G = 0.72%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10254 (or 0xC10254) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 54. RGB value is (193,2,84). Sum of RGB (Red+Green+Blue) = 193+2+84=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C10254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10254 is #3EFDAB. Grayscale: #444444. Windows color (decimal): -4128172 or 5505729. OLE color: 5505729.

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

Color convert

RGB 193 2 84 -
CMYK 0 0.99 0.56 0.24
HSL 334.24º 0.98% 0.38% -
HSV(B) 334.24º 0.99% 0.76% -
XYZ 23.61 12.02 9.46 -
YUV 68.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 193 2 84 0 0.99 0.56 0.24 334.24 0.98 0.38
Hex C1 2 54 0 63 38 18 14E 62 26
Octal 301 2 124 0 143 70 30 516 142 46
Binary 11000001 10 1010100 0 1100011 111000 11000 101001110 1100010 100110

Color Harmonies of #C10254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10254

Black with #C10254

Text Example


Text Example

White with #C10254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10254; }

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

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

background-color css

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

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

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

border-color css

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

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

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