#C80352

Color #C80352 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #C80352

Tints of Razzmatazz #C80352

Color information

#C80352 (or 0xC80352) is unknown color: approx Razzmatazz. HEX triplet: C8, 03 and 52. RGB value is (200,3,82). Sum of RGB (Red+Green+Blue) = 200+3+82=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C80352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80352 is #37FCAD. Grayscale: #464646. Windows color (decimal): -3669166 or 5374920. OLE color: 5374920.

HSL color Cylindrical-coordinate representation of color #C80352: hue angle of 335.94º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80352 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB200382-
CMYK00.980.590.22
HSL335.94º97.04%39.8%-
HSV(B)335.94º98.5%78.43%-
XYZ25.3712.959.15-
YUV70.91134.27220.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.18%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=70.18%
G=1.05%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20038200.980.590.22335.9497.0439.8
HexC83520623B161506128
Octal31031220142732652014150
Binary1100100011101001001100010111011101101010100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80352; }

 p { color: rgb(200,3,82); }

 H1.HeaderClassName
 {
   color: #C80352;
 }
 .AnyTagClassName
 {
   color: #C80352;
 }
</style>
background-color css

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

 a { background-color: rgb(200,3,82); }

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

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

 span { border-color: rgb(200,3,82); }

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