Html Css Color HEX #C00057 Jazzberry Jam

📋 copy color: '#C00057'

red 192 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #C00057

Tints of Jazzberry Jam #C00057

RGB

 RED value IS 192 (75.39% from 255) = 68.82%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.82%
G = 0%
B = 31.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C00057 (or 0xC00057) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 57. RGB value is (192,0,87). Sum of RGB (Red+Green+Blue) = 192+0+87=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C00057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00057 is #3FFFA8. Grayscale: #434343. Windows color (decimal): -4194217 or 5701824. OLE color: 5701824.

HSL color Cylindrical-coordinate representation of color #C00057: hue angle of 332.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00057 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 87 -
CMYK 0 1 0.55 0.25
HSL 332.81º 1% 0.38% -
HSV(B) 332.81º 1% 0.75% -
XYZ 23.46 11.89 10.08 -
YUV 67.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 192 0 87 0 1 0.55 0.25 332.81 1 0.38
Hex C0 0 57 0 64 37 19 14D 64 26
Octal 300 0 127 0 144 67 31 515 144 46
Binary 11000000 0 1010111 0 1100100 110111 11001 101001101 1100100 100110

Color Harmonies of #C00057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00057

Black with #C00057

Text Example


Text Example

White with #C00057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00057; }

 p { color: rgb(192,0,87); }

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

background-color css

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

 a { background-color: rgb(192,0,87); }

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

border-color css

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

 span { border-color: rgb(192,0,87); }

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