Html Css Color HEX #C9045C Ruby

📋 copy color: '#C9045C'

red 201 ◦ green 4 ◦ blue 92

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

Shades of Ruby #C9045C

Tints of Ruby #C9045C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 67.68%
G = 1.35%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9045C (or 0xC9045C) is known color: Ruby. HEX triplet: C9, 04 and 5C. RGB value is (201,4,92). Sum of RGB (Red+Green+Blue) = 201+4+92=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9045C is #36FBA3. Grayscale: #484848. Windows color (decimal): -3603364 or 6030537. OLE color: 6030537.

HSL color Cylindrical-coordinate representation of color #C9045C: hue angle of 333.2º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9045C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 92 -
CMYK 0 0.98 0.54 0.21
HSL 333.2º 0.96% 0.4% -
HSV(B) 333.2º 0.98% 0.79% -
XYZ 26.06 13.28 11.31 -
YUV 72.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 201 4 92 0 0.98 0.54 0.21 333.2 0.96 0.4
Hex C9 4 5C 0 62 36 15 14D 60 28
Octal 311 4 134 0 142 66 25 515 140 50
Binary 11001001 100 1011100 0 1100010 110110 10101 101001101 1100000 101000

Color Harmonies of #C9045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9045C

Black with #C9045C

Text Example


Text Example

White with #C9045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9045C; }

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

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

background-color css

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

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

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

border-color css

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

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

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