Html Css Color HEX #CD116D Ruby

📋 copy color: '#CD116D'

red 205 ◦ green 17 ◦ blue 109

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

Shades of Ruby #CD116D

Tints of Ruby #CD116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 61.93%
G = 5.14%
B = 32.93%

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

#CD116D (or 0xCD116D) is known color: Ruby. HEX triplet: CD, 11 and 6D. RGB value is (205,17,109). Sum of RGB (Red+Green+Blue) = 205+17+109=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD116D is #32EE92. Grayscale: #535353. Windows color (decimal): -3337875 or 7147981. OLE color: 7147981.

HSL color Cylindrical-coordinate representation of color #CD116D: hue angle of 330.64º 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 #CD116D is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 109 -
CMYK 0 0.92 0.47 0.20
HSL 330.64º 0.85% 0.44% -
HSV(B) 330.64º 0.92% 0.8% -
XYZ 28.14 14.48 15.78 -
YUV 83.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 205 17 109 0 0.92 0.47 0.20 330.64 0.85 0.44
Hex CD 11 6D 0 5C 2F 14 14B 55 2C
Octal 315 21 155 0 134 57 24 513 125 54
Binary 11001101 10001 1101101 0 1011100 101111 10100 101001011 1010101 101100

Color Harmonies of #CD116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD116D

Black with #CD116D

Text Example


Text Example

White with #CD116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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