Html Css Color HEX #C90255 Razzmatazz

📋 copy color: '#C90255'

red 201 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #C90255

Tints of Razzmatazz #C90255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 69.79%
G = 0.69%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C90255 (or 0xC90255) is known color: Razzmatazz. HEX triplet: C9, 02 and 55. RGB value is (201,2,85). Sum of RGB (Red+Green+Blue) = 201+2+85=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C90255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90255 is #36FDAA. Grayscale: #464646. Windows color (decimal): -3603883 or 5571273. OLE color: 5571273.

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

Color convert

RGB 201 2 85 -
CMYK 0 0.99 0.58 0.21
HSL 334.97º 0.98% 0.4% -
HSV(B) 334.97º 0.99% 0.79% -
XYZ 25.75 13.12 9.77 -
YUV 70.96 135.93 220.75 -
System Red Green Blue C M Y K H S L
Decimal 201 2 85 0 0.99 0.58 0.21 334.97 0.98 0.4
Hex C9 2 55 0 63 3A 15 14F 62 28
Octal 311 2 125 0 143 72 25 517 142 50
Binary 11001001 10 1010101 0 1100011 111010 10101 101001111 1100010 101000

Color Harmonies of #C90255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90255

Black with #C90255

Text Example


Text Example

White with #C90255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90255; }

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

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

background-color css

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

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

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

border-color css

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

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

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