Html Css Color HEX #C50157 Razzmatazz

📋 copy color: '#C50157'

red 197 ◦ green 1 ◦ blue 87

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

Shades of Razzmatazz #C50157

Tints of Razzmatazz #C50157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 69.12%
G = 0.35%
B = 30.53%

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

#C50157 (or 0xC50157) is known color: Razzmatazz. HEX triplet: C5, 01 and 57. RGB value is (197,1,87). Sum of RGB (Red+Green+Blue) = 197+1+87=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50157 is #3AFEA8. Grayscale: #454545. Windows color (decimal): -3866281 or 5702085. OLE color: 5702085.

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

Color convert

RGB 197 1 87 -
CMYK 0 0.99 0.56 0.23
HSL 333.67º 0.99% 0.39% -
HSV(B) 333.67º 0.99% 0.77% -
XYZ 24.76 12.58 10.14 -
YUV 69.41 137.93 219.01 -
System Red Green Blue C M Y K H S L
Decimal 197 1 87 0 0.99 0.56 0.23 333.67 0.99 0.39
Hex C5 1 57 0 63 38 17 14E 63 27
Octal 305 1 127 0 143 70 27 516 143 47
Binary 11000101 1 1010111 0 1100011 111000 10111 101001110 1100011 100111

Color Harmonies of #C50157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50157

Black with #C50157

Text Example


Text Example

White with #C50157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50157; }

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

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

background-color css

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

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

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

border-color css

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

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

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