Html Css Color HEX #C40568 Jazzberry Jam

📋 copy color: '#C40568'

red 196 ◦ green 5 ◦ blue 104

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

Shades of Jazzberry Jam #C40568

Tints of Jazzberry Jam #C40568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 64.26%
G = 1.64%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C40568 (or 0xC40568) is known color: Jazzberry Jam. HEX triplet: C4, 05 and 68. RGB value is (196,5,104). Sum of RGB (Red+Green+Blue) = 196+5+104=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C40568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40568 is #3BFA97. Grayscale: #494949. Windows color (decimal): -3930776 or 6817220. OLE color: 6817220.

HSL color Cylindrical-coordinate representation of color #C40568: hue angle of 328.9º 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 #C40568 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 104 -
CMYK 0 0.97 0.47 0.23
HSL 328.9º 0.95% 0.39% -
HSV(B) 328.9º 0.97% 0.77% -
XYZ 25.32 12.84 14.24 -
YUV 73.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 196 5 104 0 0.97 0.47 0.23 328.9 0.95 0.39
Hex C4 5 68 0 61 2F 17 149 5F 27
Octal 304 5 150 0 141 57 27 511 137 47
Binary 11000100 101 1101000 0 1100001 101111 10111 101001001 1011111 100111

Color Harmonies of #C40568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40568

Black with #C40568

Text Example


Text Example

White with #C40568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40568; }

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

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

background-color css

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

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

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

border-color css

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

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

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