Html Css Color HEX #C20E5D Jazzberry Jam

📋 copy color: '#C20E5D'

red 194 ◦ green 14 ◦ blue 93

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

Shades of Jazzberry Jam #C20E5D

Tints of Jazzberry Jam #C20E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 64.45%
G = 4.65%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C20E5D (or 0xC20E5D) is known color: Jazzberry Jam. HEX triplet: C2, 0E and 5D. RGB value is (194,14,93). Sum of RGB (Red+Green+Blue) = 194+14+93=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E5D is #3DF1A2. Grayscale: #4C4C4C. Windows color (decimal): -4059555 or 6098626. OLE color: 6098626.

HSL color Cylindrical-coordinate representation of color #C20E5D: hue angle of 333.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E5D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 93 -
CMYK 0 0.93 0.52 0.24
HSL 333.67º 0.87% 0.41% -
HSV(B) 333.67º 0.93% 0.76% -
XYZ 24.38 12.57 11.5 -
YUV 76.83 137.13 211.58 -
System Red Green Blue C M Y K H S L
Decimal 194 14 93 0 0.93 0.52 0.24 333.67 0.87 0.41
Hex C2 E 5D 0 5D 34 18 14E 57 29
Octal 302 16 135 0 135 64 30 516 127 51
Binary 11000010 1110 1011101 0 1011101 110100 11000 101001110 1010111 101001

Color Harmonies of #C20E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E5D

Black with #C20E5D

Text Example


Text Example

White with #C20E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E5D; }

 p { color: rgb(194,14,93); }

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

background-color css

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

 a { background-color: rgb(194,14,93); }

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

border-color css

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

 span { border-color: rgb(194,14,93); }

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