Html Css Color HEX #C40450 Razzmatazz

📋 copy color: '#C40450'

red 196 ◦ green 4 ◦ blue 80

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

Shades of Razzmatazz #C40450

Tints of Razzmatazz #C40450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 70%
G = 1.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C40450 (or 0xC40450) is known color: Razzmatazz. HEX triplet: C4, 04 and 50. RGB value is (196,4,80). Sum of RGB (Red+Green+Blue) = 196+4+80=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C40450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40450 is #3BFBAF. Grayscale: #454545. Windows color (decimal): -3931056 or 5244100. OLE color: 5244100.

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

Color convert

RGB 196 4 80 -
CMYK 0 0.98 0.59 0.23
HSL 336.25º 0.96% 0.39% -
HSV(B) 336.25º 0.98% 0.77% -
XYZ 24.26 12.4 8.7 -
YUV 70.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 196 4 80 0 0.98 0.59 0.23 336.25 0.96 0.39
Hex C4 4 50 0 62 3B 17 150 60 27
Octal 304 4 120 0 142 73 27 520 140 47
Binary 11000100 100 1010000 0 1100010 111011 10111 101010000 1100000 100111

Color Harmonies of #C40450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40450

Black with #C40450

Text Example


Text Example

White with #C40450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40450; }

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

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

background-color css

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

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

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

border-color css

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

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

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