Html Css Color HEX #C9125C Ruby

📋 copy color: '#C9125C'

red 201 ◦ green 18 ◦ blue 92

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

Shades of Ruby #C9125C

Tints of Ruby #C9125C

RGB

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

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

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

R = 64.63%
G = 5.79%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9125C (or 0xC9125C) is known color: Ruby. HEX triplet: C9, 12 and 5C. RGB value is (201,18,92). Sum of RGB (Red+Green+Blue) = 201+18+92=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9125C is #36EDA3. Grayscale: #515151. Windows color (decimal): -3599780 or 6034121. OLE color: 6034121.

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

Color convert

RGB 201 18 92 -
CMYK 0 0.91 0.54 0.21
HSL 335.74º 0.84% 0.43% -
HSV(B) 335.74º 0.91% 0.79% -
XYZ 26.24 13.62 11.37 -
YUV 81.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 201 18 92 0 0.91 0.54 0.21 335.74 0.84 0.43
Hex C9 12 5C 0 5B 36 15 150 54 2B
Octal 311 22 134 0 133 66 25 520 124 53
Binary 11001001 10010 1011100 0 1011011 110110 10101 101010000 1010100 101011

Color Harmonies of #C9125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9125C

Black with #C9125C

Text Example


Text Example

White with #C9125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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