Html Css Color HEX #C50156 Razzmatazz

📋 copy color: '#C50156'

red 197 ◦ green 1 ◦ blue 86

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

Shades of Razzmatazz #C50156

Tints of Razzmatazz #C50156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.28%

R = 69.37%
G = 0.35%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C50156 (or 0xC50156) is known color: Razzmatazz. HEX triplet: C5, 01 and 56. RGB value is (197,1,86). Sum of RGB (Red+Green+Blue) = 197+1+86=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C50156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50156 is #3AFEA9. Grayscale: #454545. Windows color (decimal): -3866282 or 5636549. OLE color: 5636549.

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

Color convert

RGB 197 1 86 -
CMYK 0 0.99 0.56 0.23
HSL 333.98º 0.99% 0.39% -
HSV(B) 333.98º 0.99% 0.77% -
XYZ 24.72 12.56 9.93 -
YUV 69.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 197 1 86 0 0.99 0.56 0.23 333.98 0.99 0.39
Hex C5 1 56 0 63 38 17 14E 63 27
Octal 305 1 126 0 143 70 27 516 143 47
Binary 11000101 1 1010110 0 1100011 111000 10111 101001110 1100011 100111

Color Harmonies of #C50156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50156

Black with #C50156

Text Example


Text Example

White with #C50156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50156; }

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

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

background-color css

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

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

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

border-color css

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

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

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