Html Css Color HEX #C30559 Jazzberry Jam

📋 copy color: '#C30559'

red 195 ◦ green 5 ◦ blue 89

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

Shades of Jazzberry Jam #C30559

Tints of Jazzberry Jam #C30559

RGB

 RED value IS 195 (76.56% from 255) = 67.47%

 GREEN value IS 5 (2.34% from 255) = 1.73%

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

R = 67.47%
G = 1.73%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C30559 (or 0xC30559) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 59. RGB value is (195,5,89). Sum of RGB (Red+Green+Blue) = 195+5+89=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C30559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30559 is #3CFAA6. Grayscale: #474747. Windows color (decimal): -3996327 or 5834179. OLE color: 5834179.

HSL color Cylindrical-coordinate representation of color #C30559: hue angle of 333.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30559 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 89 -
CMYK 0 0.97 0.54 0.24
HSL 333.47º 0.95% 0.39% -
HSV(B) 333.47º 0.97% 0.76% -
XYZ 24.36 12.43 10.57 -
YUV 71.39 137.95 216.17 -
System Red Green Blue C M Y K H S L
Decimal 195 5 89 0 0.97 0.54 0.24 333.47 0.95 0.39
Hex C3 5 59 0 61 36 18 14D 5F 27
Octal 303 5 131 0 141 66 30 515 137 47
Binary 11000011 101 1011001 0 1100001 110110 11000 101001101 1011111 100111

Color Harmonies of #C30559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30559

Black with #C30559

Text Example


Text Example

White with #C30559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30559; }

 p { color: rgb(195,5,89); }

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

background-color css

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

 a { background-color: rgb(195,5,89); }

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

border-color css

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

 span { border-color: rgb(195,5,89); }

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