Html Css Color HEX #C90058 Razzmatazz

📋 copy color: '#C90058'

red 201 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #C90058

Tints of Razzmatazz #C90058

RGB

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

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

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

R = 69.55%
G = 0%
B = 30.45%

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

#C90058 (or 0xC90058) is known color: Razzmatazz. HEX triplet: C9, 00 and 58. RGB value is (201,0,88). Sum of RGB (Red+Green+Blue) = 201+0+88=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C90058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90058 is #36FFA7. Grayscale: #454545. Windows color (decimal): -3604392 or 5767369. OLE color: 5767369.

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

Color convert

RGB 201 0 88 -
CMYK 0 1 0.56 0.21
HSL 333.73º 1% 0.39% -
HSV(B) 333.73º 1% 0.79% -
XYZ 25.85 13.12 10.4 -
YUV 70.13 138.09 221.34 -
System Red Green Blue C M Y K H S L
Decimal 201 0 88 0 1 0.56 0.21 333.73 1 0.39
Hex C9 0 58 0 64 38 15 14E 64 27
Octal 311 0 130 0 144 70 25 516 144 47
Binary 11001001 0 1011000 0 1100100 111000 10101 101001110 1100100 100111

Color Harmonies of #C90058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90058

Black with #C90058

Text Example


Text Example

White with #C90058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90058; }

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

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

background-color css

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

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

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

border-color css

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

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

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