Html Css Color HEX #C40050 Razzmatazz

📋 copy color: '#C40050'

red 196 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #C40050

Tints of Razzmatazz #C40050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 71.01%
G = 0%
B = 28.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C40050 (or 0xC40050) is known color: Razzmatazz. HEX triplet: C4, 00 and 50. RGB value is (196,0,80). Sum of RGB (Red+Green+Blue) = 196+0+80=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C40050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40050 is #3BFFAF. Grayscale: #434343. Windows color (decimal): -3932080 or 5243076. OLE color: 5243076.

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

Color convert

RGB 196 0 80 -
CMYK 0 1 0.59 0.23
HSL 335.51º 1% 0.38% -
HSV(B) 335.51º 1% 0.77% -
XYZ 24.21 12.31 8.69 -
YUV 67.72 134.93 219.5 -
System Red Green Blue C M Y K H S L
Decimal 196 0 80 0 1 0.59 0.23 335.51 1 0.38
Hex C4 0 50 0 64 3B 17 150 64 26
Octal 304 0 120 0 144 73 27 520 144 46
Binary 11000100 0 1010000 0 1100100 111011 10111 101010000 1100100 100110

Color Harmonies of #C40050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40050

Black with #C40050

Text Example


Text Example

White with #C40050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40050; }

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

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

background-color css

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

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

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

border-color css

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

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

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