Html Css Color HEX #CD116C Ruby

📋 copy color: '#CD116C'

red 205 ◦ green 17 ◦ blue 108

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

Shades of Ruby #CD116C

Tints of Ruby #CD116C

RGB

 RED value IS 205 (80.47% from 255) = 62.12%

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 62.12%
G = 5.15%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD116C (or 0xCD116C) is known color: Ruby. HEX triplet: CD, 11 and 6C. RGB value is (205,17,108). Sum of RGB (Red+Green+Blue) = 205+17+108=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD116C is #32EE93. Grayscale: #535353. Windows color (decimal): -3337876 or 7082445. OLE color: 7082445.

HSL color Cylindrical-coordinate representation of color #CD116C: hue angle of 330.96º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD116C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 108 -
CMYK 0 0.92 0.47 0.20
HSL 330.96º 0.85% 0.44% -
HSV(B) 330.96º 0.92% 0.8% -
XYZ 28.08 14.46 15.5 -
YUV 83.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 205 17 108 0 0.92 0.47 0.20 330.96 0.85 0.44
Hex CD 11 6C 0 5C 2F 14 14B 55 2C
Octal 315 21 154 0 134 57 24 513 125 54
Binary 11001101 10001 1101100 0 1011100 101111 10100 101001011 1010101 101100

Color Harmonies of #CD116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD116C

Black with #CD116C

Text Example


Text Example

White with #CD116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD116C; }

 p { color: rgb(205,17,108); }

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

background-color css

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

 a { background-color: rgb(205,17,108); }

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

border-color css

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

 span { border-color: rgb(205,17,108); }

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