Html Css Color HEX #C30965 Jazzberry Jam

📋 copy color: '#C30965'

red 195 ◦ green 9 ◦ blue 101

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

Shades of Jazzberry Jam #C30965

Tints of Jazzberry Jam #C30965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 63.93%
G = 2.95%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30965 (or 0xC30965) is known color: Jazzberry Jam. HEX triplet: C3, 09 and 65. RGB value is (195,9,101). Sum of RGB (Red+Green+Blue) = 195+9+101=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C30965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30965 is #3CF69A. Grayscale: #4A4A4A. Windows color (decimal): -3995291 or 6621635. OLE color: 6621635.

HSL color Cylindrical-coordinate representation of color #C30965: hue angle of 330.32º 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 #C30965 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 9 101 -
CMYK 0 0.95 0.48 0.24
HSL 330.32º 0.91% 0.4% -
HSV(B) 330.32º 0.95% 0.76% -
XYZ 24.95 12.74 13.46 -
YUV 75.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 195 9 101 0 0.95 0.48 0.24 330.32 0.91 0.4
Hex C3 9 65 0 5F 30 18 14A 5B 28
Octal 303 11 145 0 137 60 30 512 133 50
Binary 11000011 1001 1100101 0 1011111 110000 11000 101001010 1011011 101000

Color Harmonies of #C30965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30965

Black with #C30965

Text Example


Text Example

White with #C30965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30965; }

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

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

background-color css

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

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

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

border-color css

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

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

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