Html Css Color HEX #C9075D Ruby

📋 copy color: '#C9075D'

red 201 ◦ green 7 ◦ blue 93

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

Shades of Ruby #C9075D

Tints of Ruby #C9075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 66.78%
G = 2.33%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9075D (or 0xC9075D) is known color: Ruby. HEX triplet: C9, 07 and 5D. RGB value is (201,7,93). Sum of RGB (Red+Green+Blue) = 201+7+93=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9075D is #36F8A2. Grayscale: #4A4A4A. Windows color (decimal): -3602595 or 6096841. OLE color: 6096841.

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

Color convert

RGB 201 7 93 -
CMYK 0 0.97 0.54 0.21
HSL 333.4º 0.93% 0.41% -
HSV(B) 333.4º 0.97% 0.79% -
XYZ 26.14 13.36 11.56 -
YUV 74.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 201 7 93 0 0.97 0.54 0.21 333.4 0.93 0.41
Hex C9 7 5D 0 61 36 15 14D 5D 29
Octal 311 7 135 0 141 66 25 515 135 51
Binary 11001001 111 1011101 0 1100001 110110 10101 101001101 1011101 101001

Color Harmonies of #C9075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9075D

Black with #C9075D

Text Example


Text Example

White with #C9075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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