Html Css Color HEX #C20D5F Jazzberry Jam

📋 copy color: '#C20D5F'

red 194 ◦ green 13 ◦ blue 95

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

Shades of Jazzberry Jam #C20D5F

Tints of Jazzberry Jam #C20D5F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 64.24%
G = 4.3%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C20D5F (or 0xC20D5F) is known color: Jazzberry Jam. HEX triplet: C2, 0D and 5F. RGB value is (194,13,95). Sum of RGB (Red+Green+Blue) = 194+13+95=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D5F is #3DF2A0. Grayscale: #4C4C4C. Windows color (decimal): -4059809 or 6229442. OLE color: 6229442.

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

Color convert

RGB 194 13 95 -
CMYK 0 0.93 0.51 0.24
HSL 332.82º 0.87% 0.41% -
HSV(B) 332.82º 0.93% 0.76% -
XYZ 24.46 12.58 11.97 -
YUV 76.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 194 13 95 0 0.93 0.51 0.24 332.82 0.87 0.41
Hex C2 D 5F 0 5D 33 18 14D 57 29
Octal 302 15 137 0 135 63 30 515 127 51
Binary 11000010 1101 1011111 0 1011101 110011 11000 101001101 1010111 101001

Color Harmonies of #C20D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D5F

Black with #C20D5F

Text Example


Text Example

White with #C20D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D5F; }

 p { color: rgb(194,13,95); }

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

background-color css

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

 a { background-color: rgb(194,13,95); }

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

border-color css

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

 span { border-color: rgb(194,13,95); }

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