Html Css Color HEX #C20B5E Jazzberry Jam

📋 copy color: '#C20B5E'

red 194 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #C20B5E

Tints of Jazzberry Jam #C20B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 64.88%
G = 3.68%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C20B5E (or 0xC20B5E) is known color: Jazzberry Jam. HEX triplet: C2, 0B and 5E. RGB value is (194,11,94). Sum of RGB (Red+Green+Blue) = 194+11+94=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B5E is #3DF4A1. Grayscale: #4B4B4B. Windows color (decimal): -4060322 or 6163394. OLE color: 6163394.

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

Color convert

RGB 194 11 94 -
CMYK 0 0.94 0.52 0.24
HSL 332.79º 0.89% 0.4% -
HSV(B) 332.79º 0.94% 0.76% -
XYZ 24.39 12.52 11.72 -
YUV 75.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 194 11 94 0 0.94 0.52 0.24 332.79 0.89 0.4
Hex C2 B 5E 0 5E 34 18 14D 59 28
Octal 302 13 136 0 136 64 30 515 131 50
Binary 11000010 1011 1011110 0 1011110 110100 11000 101001101 1011001 101000

Color Harmonies of #C20B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20B5E

Black with #C20B5E

Text Example


Text Example

White with #C20B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20B5E; }

 p { color: rgb(194,11,94); }

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

background-color css

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

 a { background-color: rgb(194,11,94); }

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

border-color css

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

 span { border-color: rgb(194,11,94); }

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