Html Css Color HEX #C01259 Jazzberry Jam

📋 copy color: '#C01259'

red 192 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #C01259

Tints of Jazzberry Jam #C01259

RGB

 RED value IS 192 (75.39% from 255) = 64.21%

 GREEN value IS 18 (7.42% from 255) = 6.02%

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 64.21%
G = 6.02%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C01259 (or 0xC01259) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 59. RGB value is (192,18,89). Sum of RGB (Red+Green+Blue) = 192+18+89=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C01259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01259 is #3FEDA6. Grayscale: #4E4E4E. Windows color (decimal): -4189607 or 5837504. OLE color: 5837504.

HSL color Cylindrical-coordinate representation of color #C01259: hue angle of 335.52º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01259 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 89 -
CMYK 0 0.91 0.54 0.25
HSL 335.52º 0.83% 0.41% -
HSV(B) 335.52º 0.91% 0.75% -
XYZ 23.76 12.36 10.58 -
YUV 78.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 192 18 89 0 0.91 0.54 0.25 335.52 0.83 0.41
Hex C0 12 59 0 5B 36 19 150 53 29
Octal 300 22 131 0 133 66 31 520 123 51
Binary 11000000 10010 1011001 0 1011011 110110 11001 101010000 1010011 101001

Color Harmonies of #C01259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01259

Black with #C01259

Text Example


Text Example

White with #C01259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01259; }

 p { color: rgb(192,18,89); }

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

background-color css

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

 a { background-color: rgb(192,18,89); }

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

border-color css

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

 span { border-color: rgb(192,18,89); }

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