Html Css Color HEX #C40363 Jazzberry Jam

📋 copy color: '#C40363'

red 196 ◦ green 3 ◦ blue 99

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

Shades of Jazzberry Jam #C40363

Tints of Jazzberry Jam #C40363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 65.77%
G = 1.01%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C40363 (or 0xC40363) is known color: Jazzberry Jam. HEX triplet: C4, 03 and 63. RGB value is (196,3,99). Sum of RGB (Red+Green+Blue) = 196+3+99=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C40363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40363 is #3BFC9C. Grayscale: #474747. Windows color (decimal): -3931293 or 6489028. OLE color: 6489028.

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

Color convert

RGB 196 3 99 -
CMYK 0 0.98 0.49 0.23
HSL 330.16º 0.97% 0.39% -
HSV(B) 330.16º 0.98% 0.77% -
XYZ 25.05 12.7 12.94 -
YUV 71.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 196 3 99 0 0.98 0.49 0.23 330.16 0.97 0.39
Hex C4 3 63 0 62 31 17 14A 61 27
Octal 304 3 143 0 142 61 27 512 141 47
Binary 11000100 11 1100011 0 1100010 110001 10111 101001010 1100001 100111

Color Harmonies of #C40363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40363

Black with #C40363

Text Example


Text Example

White with #C40363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40363; }

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

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

background-color css

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

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

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

border-color css

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

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

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