Html Css Color HEX #C40059 Razzmatazz

📋 copy color: '#C40059'

red 196 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #C40059

Tints of Razzmatazz #C40059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 68.77%
G = 0%
B = 31.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C40059 (or 0xC40059) is known color: Razzmatazz. HEX triplet: C4, 00 and 59. RGB value is (196,0,89). Sum of RGB (Red+Green+Blue) = 196+0+89=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C40059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40059 is #3BFFA6. Grayscale: #444444. Windows color (decimal): -3932071 or 5832900. OLE color: 5832900.

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

Color convert

RGB 196 0 89 -
CMYK 0 1 0.55 0.23
HSL 332.76º 1% 0.38% -
HSV(B) 332.76º 1% 0.77% -
XYZ 24.57 12.46 10.56 -
YUV 68.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 196 0 89 0 1 0.55 0.23 332.76 1 0.38
Hex C4 0 59 0 64 37 17 14D 64 26
Octal 304 0 131 0 144 67 27 515 144 46
Binary 11000100 0 1011001 0 1100100 110111 10111 101001101 1100100 100110

Color Harmonies of #C40059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40059

Black with #C40059

Text Example


Text Example

White with #C40059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40059; }

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

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

background-color css

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

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

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

border-color css

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

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

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