Html Css Color HEX #C40068 Jazzberry Jam

📋 copy color: '#C40068'

red 196 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #C40068

Tints of Jazzberry Jam #C40068

RGB

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

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

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

R = 65.33%
G = 0%
B = 34.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C40068 (or 0xC40068) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 68. RGB value is (196,0,104). Sum of RGB (Red+Green+Blue) = 196+0+104=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40068 is #3BFF97. Grayscale: #464646. Windows color (decimal): -3932056 or 6815940. OLE color: 6815940.

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

Color convert

RGB 196 0 104 -
CMYK 0 1 0.47 0.23
HSL 328.16º 1% 0.38% -
HSV(B) 328.16º 1% 0.77% -
XYZ 25.26 12.74 14.22 -
YUV 70.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 196 0 104 0 1 0.47 0.23 328.16 1 0.38
Hex C4 0 68 0 64 2F 17 148 64 26
Octal 304 0 150 0 144 57 27 510 144 46
Binary 11000100 0 1101000 0 1100100 101111 10111 101001000 1100100 100110

Color Harmonies of #C40068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40068

Black with #C40068

Text Example


Text Example

White with #C40068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40068; }

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

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

background-color css

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

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

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

border-color css

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

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

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