Html Css Color HEX #C01258 Jazzberry Jam

📋 copy color: '#C01258'

red 192 ◦ green 18 ◦ blue 88

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

Shades of Jazzberry Jam #C01258

Tints of Jazzberry Jam #C01258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 64.43%
G = 6.04%
B = 29.53%

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

#C01258 (or 0xC01258) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 58. RGB value is (192,18,88). Sum of RGB (Red+Green+Blue) = 192+18+88=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C01258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01258 is #3FEDA7. Grayscale: #4D4D4D. Windows color (decimal): -4189608 or 5771968. OLE color: 5771968.

HSL color Cylindrical-coordinate representation of color #C01258: hue angle of 335.86º 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 #C01258 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 88 -
CMYK 0 0.91 0.54 0.25
HSL 335.86º 0.83% 0.41% -
HSV(B) 335.86º 0.91% 0.75% -
XYZ 23.72 12.34 10.37 -
YUV 78.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 192 18 88 0 0.91 0.54 0.25 335.86 0.83 0.41
Hex C0 12 58 0 5B 36 19 150 53 29
Octal 300 22 130 0 133 66 31 520 123 51
Binary 11000000 10010 1011000 0 1011011 110110 11001 101010000 1010011 101001

Color Harmonies of #C01258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01258

Black with #C01258

Text Example


Text Example

White with #C01258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01258; }

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

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

background-color css

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

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

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

border-color css

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

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

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