Html Css Color HEX #C50257 Razzmatazz

📋 copy color: '#C50257'

red 197 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #C50257

Tints of Razzmatazz #C50257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 68.88%
G = 0.7%
B = 30.42%

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

#C50257 (or 0xC50257) is known color: Razzmatazz. HEX triplet: C5, 02 and 57. RGB value is (197,2,87). Sum of RGB (Red+Green+Blue) = 197+2+87=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C50257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50257 is #3AFDA8. Grayscale: #454545. Windows color (decimal): -3866025 or 5702341. OLE color: 5702341.

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

Color convert

RGB 197 2 87 -
CMYK 0 0.99 0.56 0.23
HSL 333.85º 0.98% 0.39% -
HSV(B) 333.85º 0.99% 0.77% -
XYZ 24.77 12.6 10.14 -
YUV 70 137.6 218.59 -
System Red Green Blue C M Y K H S L
Decimal 197 2 87 0 0.99 0.56 0.23 333.85 0.98 0.39
Hex C5 2 57 0 63 38 17 14E 62 27
Octal 305 2 127 0 143 70 27 516 142 47
Binary 11000101 10 1010111 0 1100011 111000 10111 101001110 1100010 100111

Color Harmonies of #C50257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50257

Black with #C50257

Text Example


Text Example

White with #C50257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50257; }

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

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

background-color css

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

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

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

border-color css

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

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

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