Html Css Color HEX #C40550 Razzmatazz

📋 copy color: '#C40550'

red 196 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #C40550

Tints of Razzmatazz #C40550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

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

R = 69.75%
G = 1.78%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C40550 (or 0xC40550) is known color: Razzmatazz. HEX triplet: C4, 05 and 50. RGB value is (196,5,80). Sum of RGB (Red+Green+Blue) = 196+5+80=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C40550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40550 is #3BFAAF. Grayscale: #464646. Windows color (decimal): -3930800 or 5244356. OLE color: 5244356.

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

Color convert

RGB 196 5 80 -
CMYK 0 0.97 0.59 0.23
HSL 336.44º 0.95% 0.39% -
HSV(B) 336.44º 0.97% 0.77% -
XYZ 24.27 12.42 8.71 -
YUV 70.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 196 5 80 0 0.97 0.59 0.23 336.44 0.95 0.39
Hex C4 5 50 0 61 3B 17 150 5F 27
Octal 304 5 120 0 141 73 27 520 137 47
Binary 11000100 101 1010000 0 1100001 111011 10111 101010000 1011111 100111

Color Harmonies of #C40550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40550

Black with #C40550

Text Example


Text Example

White with #C40550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40550; }

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

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

background-color css

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

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

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

border-color css

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

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

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