Html Css Color HEX #C50551 Razzmatazz

📋 copy color: '#C50551'

red 197 ◦ green 5 ◦ blue 81

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

Shades of Razzmatazz #C50551

Tints of Razzmatazz #C50551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.62%

R = 69.61%
G = 1.77%
B = 28.62%

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

#C50551 (or 0xC50551) is known color: Razzmatazz. HEX triplet: C5, 05 and 51. RGB value is (197,5,81). Sum of RGB (Red+Green+Blue) = 197+5+81=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C50551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50551 is #3AFAAE. Grayscale: #464646. Windows color (decimal): -3865263 or 5309893. OLE color: 5309893.

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

Color convert

RGB 197 5 81 -
CMYK 0 0.97 0.59 0.23
HSL 336.25º 0.95% 0.4% -
HSV(B) 336.25º 0.97% 0.77% -
XYZ 24.57 12.57 8.92 -
YUV 71.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 197 5 81 0 0.97 0.59 0.23 336.25 0.95 0.4
Hex C5 5 51 0 61 3B 17 150 5F 28
Octal 305 5 121 0 141 73 27 520 137 50
Binary 11000101 101 1010001 0 1100001 111011 10111 101010000 1011111 101000

Color Harmonies of #C50551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50551

Black with #C50551

Text Example


Text Example

White with #C50551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50551; }

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

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

background-color css

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

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

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

border-color css

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

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

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