Html Css Color HEX #C20358 Jazzberry Jam

📋 copy color: '#C20358'

red 194 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #C20358

Tints of Jazzberry Jam #C20358

RGB

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

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

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

R = 68.07%
G = 1.05%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C20358 (or 0xC20358) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 58. RGB value is (194,3,88). Sum of RGB (Red+Green+Blue) = 194+3+88=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C20358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20358 is #3DFCA7. Grayscale: #454545. Windows color (decimal): -4062376 or 5768130. OLE color: 5768130.

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

Color convert

RGB 194 3 88 -
CMYK 0 0.98 0.55 0.24
HSL 333.3º 0.97% 0.39% -
HSV(B) 333.3º 0.98% 0.76% -
XYZ 24.04 12.24 10.33 -
YUV 69.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 194 3 88 0 0.98 0.55 0.24 333.3 0.97 0.39
Hex C2 3 58 0 62 37 18 14D 61 27
Octal 302 3 130 0 142 67 30 515 141 47
Binary 11000010 11 1011000 0 1100010 110111 11000 101001101 1100001 100111

Color Harmonies of #C20358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20358

Black with #C20358

Text Example


Text Example

White with #C20358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20358; }

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

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

background-color css

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

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

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

border-color css

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

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

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