Html Css Color HEX #C9125D Ruby

📋 copy color: '#C9125D'

red 201 ◦ green 18 ◦ blue 93

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

Shades of Ruby #C9125D

Tints of Ruby #C9125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 64.42%
G = 5.77%
B = 29.81%

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

#C9125D (or 0xC9125D) is known color: Ruby. HEX triplet: C9, 12 and 5D. RGB value is (201,18,93). Sum of RGB (Red+Green+Blue) = 201+18+93=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9125D is #36EDA2. Grayscale: #515151. Windows color (decimal): -3599779 or 6099657. OLE color: 6099657.

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

Color convert

RGB 201 18 93 -
CMYK 0 0.91 0.54 0.21
HSL 335.41º 0.84% 0.43% -
HSV(B) 335.41º 0.91% 0.79% -
XYZ 26.28 13.64 11.6 -
YUV 81.27 134.63 213.4 -
System Red Green Blue C M Y K H S L
Decimal 201 18 93 0 0.91 0.54 0.21 335.41 0.84 0.43
Hex C9 12 5D 0 5B 36 15 14F 54 2B
Octal 311 22 135 0 133 66 25 517 124 53
Binary 11001001 10010 1011101 0 1011011 110110 10101 101001111 1010100 101011

Color Harmonies of #C9125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9125D

Black with #C9125D

Text Example


Text Example

White with #C9125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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