Html Css Color HEX #C9025C Razzmatazz

📋 copy color: '#C9025C'

red 201 ◦ green 2 ◦ blue 92

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

Shades of Razzmatazz #C9025C

Tints of Razzmatazz #C9025C

RGB

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

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

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

R = 68.14%
G = 0.68%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9025C (or 0xC9025C) is known color: Razzmatazz. HEX triplet: C9, 02 and 5C. RGB value is (201,2,92). Sum of RGB (Red+Green+Blue) = 201+2+92=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9025C is #36FDA3. Grayscale: #474747. Windows color (decimal): -3603876 or 6030025. OLE color: 6030025.

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

Color convert

RGB 201 2 92 -
CMYK 0 0.99 0.54 0.21
HSL 332.86º 0.98% 0.4% -
HSV(B) 332.86º 0.99% 0.79% -
XYZ 26.04 13.23 11.31 -
YUV 71.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 201 2 92 0 0.99 0.54 0.21 332.86 0.98 0.4
Hex C9 2 5C 0 63 36 15 14D 62 28
Octal 311 2 134 0 143 66 25 515 142 50
Binary 11001001 10 1011100 0 1100011 110110 10101 101001101 1100010 101000

Color Harmonies of #C9025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9025C

Black with #C9025C

Text Example


Text Example

White with #C9025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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