Html Css Color HEX #C20562 Jazzberry Jam

📋 copy color: '#C20562'

red 194 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #C20562

Tints of Jazzberry Jam #C20562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33%

R = 65.32%
G = 1.68%
B = 33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C20562 (or 0xC20562) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 62. RGB value is (194,5,98). Sum of RGB (Red+Green+Blue) = 194+5+98=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20562 is #3DFA9D. Grayscale: #474747. Windows color (decimal): -4061854 or 6424002. OLE color: 6424002.

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

Color convert

RGB 194 5 98 -
CMYK 0 0.97 0.49 0.24
HSL 330.48º 0.95% 0.39% -
HSV(B) 330.48º 0.97% 0.76% -
XYZ 24.51 12.46 12.67 -
YUV 72.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 194 5 98 0 0.97 0.49 0.24 330.48 0.95 0.39
Hex C2 5 62 0 61 31 18 14A 5F 27
Octal 302 5 142 0 141 61 30 512 137 47
Binary 11000010 101 1100010 0 1100001 110001 11000 101001010 1011111 100111

Color Harmonies of #C20562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20562

Black with #C20562

Text Example


Text Example

White with #C20562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20562; }

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

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

background-color css

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

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

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

border-color css

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

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

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