Html Css Color HEX #C21163 Jazzberry Jam

📋 copy color: '#C21163'

red 194 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #C21163

Tints of Jazzberry Jam #C21163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 62.58%
G = 5.48%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C21163 (or 0xC21163) is known color: Jazzberry Jam. HEX triplet: C2, 11 and 63. RGB value is (194,17,99). Sum of RGB (Red+Green+Blue) = 194+17+99=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C21163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21163 is #3DEE9C. Grayscale: #4F4F4F. Windows color (decimal): -4058781 or 6492610. OLE color: 6492610.

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

Color convert

RGB 194 17 99 -
CMYK 0 0.91 0.49 0.24
HSL 332.2º 0.84% 0.41% -
HSV(B) 332.2º 0.91% 0.76% -
XYZ 24.7 12.77 12.97 -
YUV 79.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 194 17 99 0 0.91 0.49 0.24 332.2 0.84 0.41
Hex C2 11 63 0 5B 31 18 14C 54 29
Octal 302 21 143 0 133 61 30 514 124 51
Binary 11000010 10001 1100011 0 1011011 110001 11000 101001100 1010100 101001

Color Harmonies of #C21163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21163

Black with #C21163

Text Example


Text Example

White with #C21163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21163; }

 p { color: rgb(194,17,99); }

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

background-color css

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

 a { background-color: rgb(194,17,99); }

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

border-color css

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

 span { border-color: rgb(194,17,99); }

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