Html Css Color HEX #C50159 Razzmatazz

📋 copy color: '#C50159'

red 197 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #C50159

Tints of Razzmatazz #C50159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 68.64%
G = 0.35%
B = 31.01%

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

#C50159 (or 0xC50159) is known color: Razzmatazz. HEX triplet: C5, 01 and 59. RGB value is (197,1,89). Sum of RGB (Red+Green+Blue) = 197+1+89=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C50159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50159 is #3AFEA6. Grayscale: #454545. Windows color (decimal): -3866279 or 5833157. OLE color: 5833157.

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

Color convert

RGB 197 1 89 -
CMYK 0 0.99 0.55 0.23
HSL 333.06º 0.99% 0.39% -
HSV(B) 333.06º 0.99% 0.77% -
XYZ 24.84 12.61 10.58 -
YUV 69.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 197 1 89 0 0.99 0.55 0.23 333.06 0.99 0.39
Hex C5 1 59 0 63 37 17 14D 63 27
Octal 305 1 131 0 143 67 27 515 143 47
Binary 11000101 1 1011001 0 1100011 110111 10111 101001101 1100011 100111

Color Harmonies of #C50159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50159

Black with #C50159

Text Example


Text Example

White with #C50159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50159; }

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

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

background-color css

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

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

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

border-color css

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

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

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