Html Css Color HEX #C9015C Razzmatazz

📋 copy color: '#C9015C'

red 201 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #C9015C

Tints of Razzmatazz #C9015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 68.37%
G = 0.34%
B = 31.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9015C (or 0xC9015C) is known color: Razzmatazz. HEX triplet: C9, 01 and 5C. RGB value is (201,1,92). Sum of RGB (Red+Green+Blue) = 201+1+92=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9015C is #36FEA3. Grayscale: #474747. Windows color (decimal): -3604132 or 6029769. OLE color: 6029769.

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

Color convert

RGB 201 1 92 -
CMYK 0 1.00 0.54 0.21
HSL 332.7º 0.99% 0.4% -
HSV(B) 332.7º 1% 0.79% -
XYZ 26.03 13.21 11.3 -
YUV 71.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 201 1 92 0 1.00 0.54 0.21 332.7 0.99 0.4
Hex C9 1 5C 0 64 36 15 14D 63 28
Octal 311 1 134 0 144 66 25 515 143 50
Binary 11001001 1 1011100 0 1100100 110110 10101 101001101 1100011 101000

Color Harmonies of #C9015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9015C

Black with #C9015C

Text Example


Text Example

White with #C9015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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