Html Css Color HEX #C50058 Razzmatazz

📋 copy color: '#C50058'

red 197 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #C50058

Tints of Razzmatazz #C50058

RGB

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

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

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

R = 69.12%
G = 0%
B = 30.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C50058 (or 0xC50058) is known color: Razzmatazz. HEX triplet: C5, 00 and 58. RGB value is (197,0,88). Sum of RGB (Red+Green+Blue) = 197+0+88=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50058 is #3AFFA7. Grayscale: #444444. Windows color (decimal): -3866536 or 5767365. OLE color: 5767365.

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

Color convert

RGB 197 0 88 -
CMYK 0 1 0.55 0.23
HSL 333.2º 1% 0.39% -
HSV(B) 333.2º 1% 0.77% -
XYZ 24.79 12.57 10.35 -
YUV 68.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 197 0 88 0 1 0.55 0.23 333.2 1 0.39
Hex C5 0 58 0 64 37 17 14D 64 27
Octal 305 0 130 0 144 67 27 515 144 47
Binary 11000101 0 1011000 0 1100100 110111 10111 101001101 1100100 100111

Color Harmonies of #C50058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50058

Black with #C50058

Text Example


Text Example

White with #C50058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50058; }

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

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

background-color css

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

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

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

border-color css

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

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

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