Html Css Color HEX #C50052 Razzmatazz

📋 copy color: '#C50052'

red 197 ◦ green 0 ◦ blue 82

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

Shades of Razzmatazz #C50052

Tints of Razzmatazz #C50052

RGB

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

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

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

R = 70.61%
G = 0%
B = 29.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C50052 (or 0xC50052) is known color: Razzmatazz. HEX triplet: C5, 00 and 52. RGB value is (197,0,82). Sum of RGB (Red+Green+Blue) = 197+0+82=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C50052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50052 is #3AFFAD. Grayscale: #444444. Windows color (decimal): -3866542 or 5374149. OLE color: 5374149.

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

Color convert

RGB 197 0 82 -
CMYK 0 1 0.58 0.23
HSL 335.03º 1% 0.39% -
HSV(B) 335.03º 1% 0.77% -
XYZ 24.55 12.48 9.1 -
YUV 68.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 197 0 82 0 1 0.58 0.23 335.03 1 0.39
Hex C5 0 52 0 64 3A 17 14F 64 27
Octal 305 0 122 0 144 72 27 517 144 47
Binary 11000101 0 1010010 0 1100100 111010 10111 101001111 1100100 100111

Color Harmonies of #C50052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50052

Black with #C50052

Text Example


Text Example

White with #C50052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50052; }

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

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

background-color css

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

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

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

border-color css

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

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

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