Html Css Color HEX #C90159 Razzmatazz

📋 copy color: '#C90159'

red 201 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #C90159

Tints of Razzmatazz #C90159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 69.07%
G = 0.34%
B = 30.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C90159 (or 0xC90159) is known color: Razzmatazz. HEX triplet: C9, 01 and 59. RGB value is (201,1,89). Sum of RGB (Red+Green+Blue) = 201+1+89=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C90159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90159 is #36FEA6. Grayscale: #464646. Windows color (decimal): -3604135 or 5833161. OLE color: 5833161.

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

Color convert

RGB 201 1 89 -
CMYK 0 1.00 0.56 0.21
HSL 333.6º 0.99% 0.4% -
HSV(B) 333.6º 1% 0.79% -
XYZ 25.9 13.16 10.63 -
YUV 70.83 138.26 220.84 -
System Red Green Blue C M Y K H S L
Decimal 201 1 89 0 1.00 0.56 0.21 333.6 0.99 0.4
Hex C9 1 59 0 64 38 15 14E 63 28
Octal 311 1 131 0 144 70 25 516 143 50
Binary 11001001 1 1011001 0 1100100 111000 10101 101001110 1100011 101000

Color Harmonies of #C90159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90159

Black with #C90159

Text Example


Text Example

White with #C90159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90159; }

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

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

background-color css

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

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

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

border-color css

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

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

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