Html Css Color HEX #C20157 Jazzberry Jam

📋 copy color: '#C20157'

red 194 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #C20157

Tints of Jazzberry Jam #C20157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 68.79%
G = 0.35%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C20157 (or 0xC20157) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 57. RGB value is (194,1,87). Sum of RGB (Red+Green+Blue) = 194+1+87=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20157 is #3DFEA8. Grayscale: #444444. Windows color (decimal): -4062889 or 5702082. OLE color: 5702082.

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

Color convert

RGB 194 1 87 -
CMYK 0 0.99 0.55 0.24
HSL 333.26º 0.99% 0.38% -
HSV(B) 333.26º 0.99% 0.76% -
XYZ 23.98 12.18 10.1 -
YUV 68.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 194 1 87 0 0.99 0.55 0.24 333.26 0.99 0.38
Hex C2 1 57 0 63 37 18 14D 63 26
Octal 302 1 127 0 143 67 30 515 143 46
Binary 11000010 1 1010111 0 1100011 110111 11000 101001101 1100011 100110

Color Harmonies of #C20157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20157

Black with #C20157

Text Example


Text Example

White with #C20157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20157; }

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

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

background-color css

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

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

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

border-color css

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

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

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