Html Css Color HEX #C50158 Razzmatazz

📋 copy color: '#C50158'

red 197 ◦ green 1 ◦ blue 88

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

Shades of Razzmatazz #C50158

Tints of Razzmatazz #C50158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 68.88%
G = 0.35%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C50158 (or 0xC50158) is known color: Razzmatazz. HEX triplet: C5, 01 and 58. RGB value is (197,1,88). Sum of RGB (Red+Green+Blue) = 197+1+88=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C50158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50158 is #3AFEA7. Grayscale: #454545. Windows color (decimal): -3866280 or 5767621. OLE color: 5767621.

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

Color convert

RGB 197 1 88 -
CMYK 0 0.99 0.55 0.23
HSL 333.37º 0.99% 0.39% -
HSV(B) 333.37º 0.99% 0.77% -
XYZ 24.8 12.6 10.36 -
YUV 69.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 197 1 88 0 0.99 0.55 0.23 333.37 0.99 0.39
Hex C5 1 58 0 63 37 17 14D 63 27
Octal 305 1 130 0 143 67 27 515 143 47
Binary 11000101 1 1011000 0 1100011 110111 10111 101001101 1100011 100111

Color Harmonies of #C50158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50158

Black with #C50158

Text Example


Text Example

White with #C50158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50158; }

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

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

background-color css

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

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

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

border-color css

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

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

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