Html Css Color HEX #C50550 Razzmatazz

📋 copy color: '#C50550'

red 197 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #C50550

Tints of Razzmatazz #C50550

RGB

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

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

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

R = 69.86%
G = 1.77%
B = 28.37%

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

#C50550 (or 0xC50550) is known color: Razzmatazz. HEX triplet: C5, 05 and 50. RGB value is (197,5,80). Sum of RGB (Red+Green+Blue) = 197+5+80=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C50550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50550 is #3AFAAF. Grayscale: #464646. Windows color (decimal): -3865264 or 5244357. OLE color: 5244357.

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

Color convert

RGB 197 5 80 -
CMYK 0 0.97 0.59 0.23
HSL 336.56º 0.95% 0.4% -
HSV(B) 336.56º 0.97% 0.77% -
XYZ 24.53 12.56 8.72 -
YUV 70.96 133.11 217.9 -
System Red Green Blue C M Y K H S L
Decimal 197 5 80 0 0.97 0.59 0.23 336.56 0.95 0.4
Hex C5 5 50 0 61 3B 17 151 5F 28
Octal 305 5 120 0 141 73 27 521 137 50
Binary 11000101 101 1010000 0 1100001 111011 10111 101010001 1011111 101000

Color Harmonies of #C50550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50550

Black with #C50550

Text Example


Text Example

White with #C50550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50550; }

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

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

background-color css

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

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

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

border-color css

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

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

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