Html Css Color HEX #C30565 Jazzberry Jam

📋 copy color: '#C30565'

red 195 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #C30565

Tints of Jazzberry Jam #C30565

RGB

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

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

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

R = 64.78%
G = 1.66%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30565 (or 0xC30565) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 65. RGB value is (195,5,101). Sum of RGB (Red+Green+Blue) = 195+5+101=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C30565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30565 is #3CFA9A. Grayscale: #484848. Windows color (decimal): -3996315 or 6620611. OLE color: 6620611.

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

Color convert

RGB 195 5 101 -
CMYK 0 0.97 0.48 0.24
HSL 329.68º 0.95% 0.39% -
HSV(B) 329.68º 0.97% 0.76% -
XYZ 24.91 12.65 13.44 -
YUV 72.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 195 5 101 0 0.97 0.48 0.24 329.68 0.95 0.39
Hex C3 5 65 0 61 30 18 14A 5F 27
Octal 303 5 145 0 141 60 30 512 137 47
Binary 11000011 101 1100101 0 1100001 110000 11000 101001010 1011111 100111

Color Harmonies of #C30565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30565

Black with #C30565

Text Example


Text Example

White with #C30565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30565; }

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

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

background-color css

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

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

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

border-color css

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

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

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