Html Css Color HEX #C30259 Jazzberry Jam

📋 copy color: '#C30259'

red 195 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #C30259

Tints of Jazzberry Jam #C30259

RGB

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

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

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

R = 68.18%
G = 0.7%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C30259 (or 0xC30259) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 59. RGB value is (195,2,89). Sum of RGB (Red+Green+Blue) = 195+2+89=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30259 is #3CFDA6. Grayscale: #454545. Windows color (decimal): -3997095 or 5833411. OLE color: 5833411.

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

Color convert

RGB 195 2 89 -
CMYK 0 0.99 0.54 0.24
HSL 332.95º 0.98% 0.39% -
HSV(B) 332.95º 0.99% 0.76% -
XYZ 24.33 12.37 10.56 -
YUV 69.63 138.94 217.43 -
System Red Green Blue C M Y K H S L
Decimal 195 2 89 0 0.99 0.54 0.24 332.95 0.98 0.39
Hex C3 2 59 0 63 36 18 14D 62 27
Octal 303 2 131 0 143 66 30 515 142 47
Binary 11000011 10 1011001 0 1100011 110110 11000 101001101 1100010 100111

Color Harmonies of #C30259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30259

Black with #C30259

Text Example


Text Example

White with #C30259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30259; }

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

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

background-color css

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

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

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

border-color css

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

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

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