Html Css Color HEX #C50155 Razzmatazz

📋 copy color: '#C50155'

red 197 ◦ green 1 ◦ blue 85

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

Shades of Razzmatazz #C50155

Tints of Razzmatazz #C50155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 69.61%
G = 0.35%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C50155 (or 0xC50155) is known color: Razzmatazz. HEX triplet: C5, 01 and 55. RGB value is (197,1,85). Sum of RGB (Red+Green+Blue) = 197+1+85=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C50155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50155 is #3AFEAA. Grayscale: #454545. Windows color (decimal): -3866283 or 5571013. OLE color: 5571013.

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

Color convert

RGB 197 1 85 -
CMYK 0 0.99 0.57 0.23
HSL 334.29º 0.99% 0.39% -
HSV(B) 334.29º 0.99% 0.77% -
XYZ 24.68 12.55 9.72 -
YUV 69.18 136.93 219.17 -
System Red Green Blue C M Y K H S L
Decimal 197 1 85 0 0.99 0.57 0.23 334.29 0.99 0.39
Hex C5 1 55 0 63 39 17 14E 63 27
Octal 305 1 125 0 143 71 27 516 143 47
Binary 11000101 1 1010101 0 1100011 111001 10111 101001110 1100011 100111

Color Harmonies of #C50155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50155

Black with #C50155

Text Example


Text Example

White with #C50155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50155; }

 p { color: rgb(197,1,85); }

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

background-color css

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

 a { background-color: rgb(197,1,85); }

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

border-color css

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

 span { border-color: rgb(197,1,85); }

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