Html Css Color HEX #C90059 Razzmatazz

📋 copy color: '#C90059'

red 201 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #C90059

Tints of Razzmatazz #C90059

RGB

 RED value IS 201 (78.91% from 255) = 69.31%

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

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 69.31%
G = 0%
B = 30.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C90059 (or 0xC90059) is known color: Razzmatazz. HEX triplet: C9, 00 and 59. RGB value is (201,0,89). Sum of RGB (Red+Green+Blue) = 201+0+89=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C90059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90059 is #36FFA6. Grayscale: #464646. Windows color (decimal): -3604391 or 5832905. OLE color: 5832905.

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

Color convert

RGB 201 0 89 -
CMYK 0 1 0.56 0.21
HSL 333.43º 1% 0.39% -
HSV(B) 333.43º 1% 0.79% -
XYZ 25.89 13.14 10.62 -
YUV 70.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 201 0 89 0 1 0.56 0.21 333.43 1 0.39
Hex C9 0 59 0 64 38 15 14D 64 27
Octal 311 0 131 0 144 70 25 515 144 47
Binary 11001001 0 1011001 0 1100100 111000 10101 101001101 1100100 100111

Color Harmonies of #C90059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90059

Black with #C90059

Text Example


Text Example

White with #C90059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90059; }

 p { color: rgb(201,0,89); }

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

background-color css

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

 a { background-color: rgb(201,0,89); }

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

border-color css

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

 span { border-color: rgb(201,0,89); }

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