Html Css Color HEX #C20565 Jazzberry Jam

📋 copy color: '#C20565'

red 194 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #C20565

Tints of Jazzberry Jam #C20565

RGB

 RED value IS 194 (76.17% from 255) = 64.67%

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

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

R = 64.67%
G = 1.67%
B = 33.67%

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

#C20565 (or 0xC20565) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 65. RGB value is (194,5,101). Sum of RGB (Red+Green+Blue) = 194+5+101=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C20565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20565 is #3DFA9A. Grayscale: #484848. Windows color (decimal): -4061851 or 6620610. OLE color: 6620610.

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

Color convert

RGB 194 5 101 -
CMYK 0 0.97 0.48 0.24
HSL 329.52º 0.95% 0.39% -
HSV(B) 329.52º 0.97% 0.76% -
XYZ 24.65 12.52 13.43 -
YUV 72.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 194 5 101 0 0.97 0.48 0.24 329.52 0.95 0.39
Hex C2 5 65 0 61 30 18 14A 5F 27
Octal 302 5 145 0 141 60 30 512 137 47
Binary 11000010 101 1100101 0 1100001 110000 11000 101001010 1011111 100111

Color Harmonies of #C20565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20565

Black with #C20565

Text Example


Text Example

White with #C20565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20565; }

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

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

background-color css

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

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

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

border-color css

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

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

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