Html Css Color HEX #C40563 Jazzberry Jam

📋 copy color: '#C40563'

red 196 ◦ green 5 ◦ blue 99

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

Shades of Jazzberry Jam #C40563

Tints of Jazzberry Jam #C40563

RGB

 RED value IS 196 (76.95% from 255) = 65.33%

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 65.33%
G = 1.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C40563 (or 0xC40563) is known color: Jazzberry Jam. HEX triplet: C4, 05 and 63. RGB value is (196,5,99). Sum of RGB (Red+Green+Blue) = 196+5+99=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40563 is #3BFA9C. Grayscale: #484848. Windows color (decimal): -3930781 or 6489540. OLE color: 6489540.

HSL color Cylindrical-coordinate representation of color #C40563: hue angle of 330.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40563 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 99 -
CMYK 0 0.97 0.49 0.23
HSL 330.47º 0.95% 0.39% -
HSV(B) 330.47º 0.97% 0.77% -
XYZ 25.07 12.75 12.94 -
YUV 72.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 196 5 99 0 0.97 0.49 0.23 330.47 0.95 0.39
Hex C4 5 63 0 61 31 17 14A 5F 27
Octal 304 5 143 0 141 61 27 512 137 47
Binary 11000100 101 1100011 0 1100001 110001 10111 101001010 1011111 100111

Color Harmonies of #C40563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40563

Black with #C40563

Text Example


Text Example

White with #C40563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40563; }

 p { color: rgb(196,5,99); }

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

background-color css

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

 a { background-color: rgb(196,5,99); }

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

border-color css

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

 span { border-color: rgb(196,5,99); }

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