Html Css Color HEX #C50057 Razzmatazz

📋 copy color: '#C50057'

red 197 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #C50057

Tints of Razzmatazz #C50057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.37%
G = 0%
B = 30.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C50057 (or 0xC50057) is known color: Razzmatazz. HEX triplet: C5, 00 and 57. RGB value is (197,0,87). Sum of RGB (Red+Green+Blue) = 197+0+87=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C50057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50057 is #3AFFA8. Grayscale: #444444. Windows color (decimal): -3866537 or 5701829. OLE color: 5701829.

HSL color Cylindrical-coordinate representation of color #C50057: hue angle of 333.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50057 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 87 -
CMYK 0 1 0.56 0.23
HSL 333.5º 1% 0.39% -
HSV(B) 333.5º 1% 0.77% -
XYZ 24.75 12.56 10.14 -
YUV 68.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 197 0 87 0 1 0.56 0.23 333.5 1 0.39
Hex C5 0 57 0 64 38 17 14E 64 27
Octal 305 0 127 0 144 70 27 516 144 47
Binary 11000101 0 1010111 0 1100100 111000 10111 101001110 1100100 100111

Color Harmonies of #C50057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50057

Black with #C50057

Text Example


Text Example

White with #C50057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50057; }

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

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

background-color css

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

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

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

border-color css

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

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

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