Html Css Color HEX #C20958 Jazzberry Jam

📋 copy color: '#C20958'

red 194 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #C20958

Tints of Jazzberry Jam #C20958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 66.67%
G = 3.09%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C20958 (or 0xC20958) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 58. RGB value is (194,9,88). Sum of RGB (Red+Green+Blue) = 194+9+88=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C20958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20958 is #3DF6A7. Grayscale: #494949. Windows color (decimal): -4060840 or 5769666. OLE color: 5769666.

HSL color Cylindrical-coordinate representation of color #C20958: hue angle of 334.38º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20958 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 88 -
CMYK 0 0.95 0.55 0.24
HSL 334.38º 0.91% 0.4% -
HSV(B) 334.38º 0.95% 0.76% -
XYZ 24.11 12.37 10.35 -
YUV 73.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 194 9 88 0 0.95 0.55 0.24 334.38 0.91 0.4
Hex C2 9 58 0 5F 37 18 14E 5B 28
Octal 302 11 130 0 137 67 30 516 133 50
Binary 11000010 1001 1011000 0 1011111 110111 11000 101001110 1011011 101000

Color Harmonies of #C20958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20958

Black with #C20958

Text Example


Text Example

White with #C20958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20958; }

 p { color: rgb(194,9,88); }

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

background-color css

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

 a { background-color: rgb(194,9,88); }

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

border-color css

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

 span { border-color: rgb(194,9,88); }

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