Html Css Color HEX #C30960 Jazzberry Jam

📋 copy color: '#C30960'

red 195 ◦ green 9 ◦ blue 96

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

Shades of Jazzberry Jam #C30960

Tints of Jazzberry Jam #C30960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 65%
G = 3%
B = 32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C30960 (or 0xC30960) is known color: Jazzberry Jam. HEX triplet: C3, 09 and 60. RGB value is (195,9,96). Sum of RGB (Red+Green+Blue) = 195+9+96=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C30960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30960 is #3CF69F. Grayscale: #4A4A4A. Windows color (decimal): -3995296 or 6293955. OLE color: 6293955.

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

Color convert

RGB 195 9 96 -
CMYK 0 0.95 0.51 0.24
HSL 331.94º 0.91% 0.4% -
HSV(B) 331.94º 0.95% 0.76% -
XYZ 24.71 12.64 12.2 -
YUV 74.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 195 9 96 0 0.95 0.51 0.24 331.94 0.91 0.4
Hex C3 9 60 0 5F 33 18 14C 5B 28
Octal 303 11 140 0 137 63 30 514 133 50
Binary 11000011 1001 1100000 0 1011111 110011 11000 101001100 1011011 101000

Color Harmonies of #C30960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30960

Black with #C30960

Text Example


Text Example

White with #C30960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30960; }

 p { color: rgb(195,9,96); }

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

background-color css

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

 a { background-color: rgb(195,9,96); }

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

border-color css

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

 span { border-color: rgb(195,9,96); }

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