Html Css Color HEX #C20359 Jazzberry Jam

📋 copy color: '#C20359'

red 194 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #C20359

Tints of Jazzberry Jam #C20359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 89 (35.16% from 255) = 31.12%

R = 67.83%
G = 1.05%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C20359 (or 0xC20359) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 59. RGB value is (194,3,89). Sum of RGB (Red+Green+Blue) = 194+3+89=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C20359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20359 is #3DFCA6. Grayscale: #454545. Windows color (decimal): -4062375 or 5833666. OLE color: 5833666.

HSL color Cylindrical-coordinate representation of color #C20359: hue angle of 332.98º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20359 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 89 -
CMYK 0 0.98 0.54 0.24
HSL 332.98º 0.97% 0.39% -
HSV(B) 332.98º 0.98% 0.76% -
XYZ 24.08 12.26 10.55 -
YUV 69.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 194 3 89 0 0.98 0.54 0.24 332.98 0.97 0.39
Hex C2 3 59 0 62 36 18 14D 61 27
Octal 302 3 131 0 142 66 30 515 141 47
Binary 11000010 11 1011001 0 1100010 110110 11000 101001101 1100001 100111

Color Harmonies of #C20359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20359

Black with #C20359

Text Example


Text Example

White with #C20359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20359; }

 p { color: rgb(194,3,89); }

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

background-color css

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

 a { background-color: rgb(194,3,89); }

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

border-color css

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

 span { border-color: rgb(194,3,89); }

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