Html Css Color HEX #C50450 Razzmatazz

📋 copy color: '#C50450'

red 197 ◦ green 4 ◦ blue 80

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

Shades of Razzmatazz #C50450

Tints of Razzmatazz #C50450

RGB

 RED value IS 197 (77.34% from 255) = 70.11%

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

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

R = 70.11%
G = 1.42%
B = 28.47%

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

#C50450 (or 0xC50450) is known color: Razzmatazz. HEX triplet: C5, 04 and 50. RGB value is (197,4,80). Sum of RGB (Red+Green+Blue) = 197+4+80=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C50450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50450 is #3AFBAF. Grayscale: #464646. Windows color (decimal): -3865520 or 5244101. OLE color: 5244101.

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

Color convert

RGB 197 4 80 -
CMYK 0 0.98 0.59 0.23
HSL 336.37º 0.96% 0.39% -
HSV(B) 336.37º 0.98% 0.77% -
XYZ 24.52 12.54 8.72 -
YUV 70.37 133.44 218.32 -
System Red Green Blue C M Y K H S L
Decimal 197 4 80 0 0.98 0.59 0.23 336.37 0.96 0.39
Hex C5 4 50 0 62 3B 17 150 60 27
Octal 305 4 120 0 142 73 27 520 140 47
Binary 11000101 100 1010000 0 1100010 111011 10111 101010000 1100000 100111

Color Harmonies of #C50450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50450

Black with #C50450

Text Example


Text Example

White with #C50450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50450; }

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

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

background-color css

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

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

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

border-color css

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

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

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