Html Css Color HEX #C90259 Razzmatazz

📋 copy color: '#C90259'

red 201 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #C90259

Tints of Razzmatazz #C90259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 68.84%
G = 0.68%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C90259 (or 0xC90259) is known color: Razzmatazz. HEX triplet: C9, 02 and 59. RGB value is (201,2,89). Sum of RGB (Red+Green+Blue) = 201+2+89=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C90259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90259 is #36FDA6. Grayscale: #474747. Windows color (decimal): -3603879 or 5833417. OLE color: 5833417.

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

Color convert

RGB 201 2 89 -
CMYK 0 0.99 0.56 0.21
HSL 333.77º 0.98% 0.4% -
HSV(B) 333.77º 0.99% 0.79% -
XYZ 25.91 13.18 10.63 -
YUV 71.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 201 2 89 0 0.99 0.56 0.21 333.77 0.98 0.4
Hex C9 2 59 0 63 38 15 14E 62 28
Octal 311 2 131 0 143 70 25 516 142 50
Binary 11001001 10 1011001 0 1100011 111000 10101 101001110 1100010 101000

Color Harmonies of #C90259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90259

Black with #C90259

Text Example


Text Example

White with #C90259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90259; }

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

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

background-color css

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

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

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

border-color css

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

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

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