Html Css Color HEX #C9005E Razzmatazz

📋 copy color: '#C9005E'

red 201 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #C9005E

Tints of Razzmatazz #C9005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 68.14%
G = 0%
B = 31.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9005E (or 0xC9005E) is known color: Razzmatazz. HEX triplet: C9, 00 and 5E. RGB value is (201,0,94). Sum of RGB (Red+Green+Blue) = 201+0+94=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9005E is #36FFA1. Grayscale: #464646. Windows color (decimal): -3604386 or 6160585. OLE color: 6160585.

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

Color convert

RGB 201 0 94 -
CMYK 0 1 0.53 0.21
HSL 331.94º 1% 0.39% -
HSV(B) 331.94º 1% 0.79% -
XYZ 26.11 13.23 11.77 -
YUV 70.82 141.09 220.86 -
System Red Green Blue C M Y K H S L
Decimal 201 0 94 0 1 0.53 0.21 331.94 1 0.39
Hex C9 0 5E 0 64 35 15 14C 64 27
Octal 311 0 136 0 144 65 25 514 144 47
Binary 11001001 0 1011110 0 1100100 110101 10101 101001100 1100100 100111

Color Harmonies of #C9005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9005E

Black with #C9005E

Text Example


Text Example

White with #C9005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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