Html Css Color HEX #C9175D Ruby

📋 copy color: '#C9175D'

red 201 ◦ green 23 ◦ blue 93

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

Shades of Ruby #C9175D

Tints of Ruby #C9175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 63.41%
G = 7.26%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9175D (or 0xC9175D) is known color: Ruby. HEX triplet: C9, 17 and 5D. RGB value is (201,23,93). Sum of RGB (Red+Green+Blue) = 201+23+93=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9175D is #36E8A2. Grayscale: #545454. Windows color (decimal): -3598499 or 6100937. OLE color: 6100937.

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

Color convert

RGB 201 23 93 -
CMYK 0 0.89 0.54 0.21
HSL 336.4º 0.79% 0.44% -
HSV(B) 336.4º 0.89% 0.79% -
XYZ 26.37 13.82 11.63 -
YUV 84.2 132.97 211.31 -
System Red Green Blue C M Y K H S L
Decimal 201 23 93 0 0.89 0.54 0.21 336.4 0.79 0.44
Hex C9 17 5D 0 59 36 15 150 4F 2C
Octal 311 27 135 0 131 66 25 520 117 54
Binary 11001001 10111 1011101 0 1011001 110110 10101 101010000 1001111 101100

Color Harmonies of #C9175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9175D

Black with #C9175D

Text Example


Text Example

White with #C9175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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