Html Css Color HEX #C20153 Jazzberry Jam

📋 copy color: '#C20153'

red 194 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #C20153

Tints of Jazzberry Jam #C20153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 69.78%
G = 0.36%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C20153 (or 0xC20153) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 53. RGB value is (194,1,83). Sum of RGB (Red+Green+Blue) = 194+1+83=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C20153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20153 is #3DFEAC. Grayscale: #434343. Windows color (decimal): -4062893 or 5439938. OLE color: 5439938.

HSL color Cylindrical-coordinate representation of color #C20153: hue angle of 334.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20153 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 83 -
CMYK 0 0.99 0.57 0.24
HSL 334.51º 0.99% 0.38% -
HSV(B) 334.51º 0.99% 0.76% -
XYZ 23.82 12.12 9.27 -
YUV 68.06 136.44 217.83 -
System Red Green Blue C M Y K H S L
Decimal 194 1 83 0 0.99 0.57 0.24 334.51 0.99 0.38
Hex C2 1 53 0 63 39 18 14F 63 26
Octal 302 1 123 0 143 71 30 517 143 46
Binary 11000010 1 1010011 0 1100011 111001 11000 101001111 1100011 100110

Color Harmonies of #C20153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20153

Black with #C20153

Text Example


Text Example

White with #C20153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20153; }

 p { color: rgb(194,1,83); }

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

background-color css

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

 a { background-color: rgb(194,1,83); }

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

border-color css

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

 span { border-color: rgb(194,1,83); }

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