Html Css Color HEX #C50552 Razzmatazz

📋 copy color: '#C50552'

red 197 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #C50552

Tints of Razzmatazz #C50552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 69.37%
G = 1.76%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C50552 (or 0xC50552) is known color: Razzmatazz. HEX triplet: C5, 05 and 52. RGB value is (197,5,82). Sum of RGB (Red+Green+Blue) = 197+5+82=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C50552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50552 is #3AFAAD. Grayscale: #474747. Windows color (decimal): -3865262 or 5375429. OLE color: 5375429.

HSL color Cylindrical-coordinate representation of color #C50552: hue angle of 335.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50552 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 82 -
CMYK 0 0.97 0.58 0.23
HSL 335.94º 0.95% 0.4% -
HSV(B) 335.94º 0.97% 0.77% -
XYZ 24.6 12.59 9.12 -
YUV 71.19 134.11 217.74 -
System Red Green Blue C M Y K H S L
Decimal 197 5 82 0 0.97 0.58 0.23 335.94 0.95 0.4
Hex C5 5 52 0 61 3A 17 150 5F 28
Octal 305 5 122 0 141 72 27 520 137 50
Binary 11000101 101 1010010 0 1100001 111010 10111 101010000 1011111 101000

Color Harmonies of #C50552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50552

Black with #C50552

Text Example


Text Example

White with #C50552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50552; }

 p { color: rgb(197,5,82); }

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

background-color css

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

 a { background-color: rgb(197,5,82); }

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

border-color css

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

 span { border-color: rgb(197,5,82); }

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