Html Css Color HEX #C9125E Ruby

📋 copy color: '#C9125E'

red 201 ◦ green 18 ◦ blue 94

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

Shades of Ruby #C9125E

Tints of Ruby #C9125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

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

R = 64.22%
G = 5.75%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9125E (or 0xC9125E) is known color: Ruby. HEX triplet: C9, 12 and 5E. RGB value is (201,18,94). Sum of RGB (Red+Green+Blue) = 201+18+94=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9125E is #36EDA1. Grayscale: #515151. Windows color (decimal): -3599778 or 6165193. OLE color: 6165193.

HSL color Cylindrical-coordinate representation of color #C9125E: hue angle of 335.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9125E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 94 -
CMYK 0 0.91 0.53 0.21
HSL 335.08º 0.84% 0.43% -
HSV(B) 335.08º 0.91% 0.79% -
XYZ 26.32 13.66 11.84 -
YUV 81.38 135.13 213.32 -
System Red Green Blue C M Y K H S L
Decimal 201 18 94 0 0.91 0.53 0.21 335.08 0.84 0.43
Hex C9 12 5E 0 5B 35 15 14F 54 2B
Octal 311 22 136 0 133 65 25 517 124 53
Binary 11001001 10010 1011110 0 1011011 110101 10101 101001111 1010100 101011

Color Harmonies of #C9125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9125E

Black with #C9125E

Text Example


Text Example

White with #C9125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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