Html Css Color HEX #C9015B Razzmatazz

📋 copy color: '#C9015B'

red 201 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #C9015B

Tints of Razzmatazz #C9015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 68.6%
G = 0.34%
B = 31.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9015B (or 0xC9015B) is known color: Razzmatazz. HEX triplet: C9, 01 and 5B. RGB value is (201,1,91). Sum of RGB (Red+Green+Blue) = 201+1+91=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9015B is #36FEA4. Grayscale: #464646. Windows color (decimal): -3604133 or 5964233. OLE color: 5964233.

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

Color convert

RGB 201 1 91 -
CMYK 0 1.00 0.55 0.21
HSL 333º 0.99% 0.4% -
HSV(B) 333º 1% 0.79% -
XYZ 25.99 13.19 11.07 -
YUV 71.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 201 1 91 0 1.00 0.55 0.21 333 0.99 0.4
Hex C9 1 5B 0 64 37 15 14D 63 28
Octal 311 1 133 0 144 67 25 515 143 50
Binary 11001001 1 1011011 0 1100100 110111 10101 101001101 1100011 101000

Color Harmonies of #C9015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9015B

Black with #C9015B

Text Example


Text Example

White with #C9015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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