Html Css Color HEX #C30561 Jazzberry Jam

📋 copy color: '#C30561'

red 195 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #C30561

Tints of Jazzberry Jam #C30561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.66%

R = 65.66%
G = 1.68%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C30561 (or 0xC30561) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 61. RGB value is (195,5,97). Sum of RGB (Red+Green+Blue) = 195+5+97=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C30561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30561 is #3CFA9E. Grayscale: #484848. Windows color (decimal): -3996319 or 6358467. OLE color: 6358467.

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

Color convert

RGB 195 5 97 -
CMYK 0 0.97 0.50 0.24
HSL 330.95º 0.95% 0.39% -
HSV(B) 330.95º 0.97% 0.76% -
XYZ 24.72 12.57 12.43 -
YUV 72.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 195 5 97 0 0.97 0.50 0.24 330.95 0.95 0.39
Hex C3 5 61 0 61 32 18 14B 5F 27
Octal 303 5 141 0 141 62 30 513 137 47
Binary 11000011 101 1100001 0 1100001 110010 11000 101001011 1011111 100111

Color Harmonies of #C30561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30561

Black with #C30561

Text Example


Text Example

White with #C30561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30561; }

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

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

background-color css

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

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

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

border-color css

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

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

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