Html Css Color HEX #C40062 Jazzberry Jam

📋 copy color: '#C40062'

red 196 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #C40062

Tints of Jazzberry Jam #C40062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C40062 (or 0xC40062) is known color: Jazzberry Jam. HEX triplet: C4, 00 and 62. RGB value is (196,0,98). Sum of RGB (Red+Green+Blue) = 196+0+98=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C40062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40062 is #3BFF9D. Grayscale: #454545. Windows color (decimal): -3932062 or 6422724. OLE color: 6422724.

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

Color convert

RGB 196 0 98 -
CMYK 0 1 0.5 0.23
HSL 330º 1% 0.38% -
HSV(B) 330º 1% 0.77% -
XYZ 24.97 12.62 12.67 -
YUV 69.78 143.93 218.03 -
System Red Green Blue C M Y K H S L
Decimal 196 0 98 0 1 0.5 0.23 330 1 0.38
Hex C4 0 62 0 64 32 17 14A 64 26
Octal 304 0 142 0 144 62 27 512 144 46
Binary 11000100 0 1100010 0 1100100 110010 10111 101001010 1100100 100110

Color Harmonies of #C40062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40062

Black with #C40062

Text Example


Text Example

White with #C40062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40062; }

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

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

background-color css

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

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

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

border-color css

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

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

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