Html Css Color HEX #CD116E Ruby

📋 copy color: '#CD116E'

red 205 ◦ green 17 ◦ blue 110

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

Shades of Ruby #CD116E

Tints of Ruby #CD116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 61.75%
G = 5.12%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD116E (or 0xCD116E) is known color: Ruby. HEX triplet: CD, 11 and 6E. RGB value is (205,17,110). Sum of RGB (Red+Green+Blue) = 205+17+110=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD116E is #32EE91. Grayscale: #535353. Windows color (decimal): -3337874 or 7213517. OLE color: 7213517.

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

Color convert

RGB 205 17 110 -
CMYK 0 0.92 0.46 0.20
HSL 330.32º 0.85% 0.44% -
HSV(B) 330.32º 0.92% 0.8% -
XYZ 28.19 14.51 16.07 -
YUV 83.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 205 17 110 0 0.92 0.46 0.20 330.32 0.85 0.44
Hex CD 11 6E 0 5C 2E 14 14A 55 2C
Octal 315 21 156 0 134 56 24 512 125 54
Binary 11001101 10001 1101110 0 1011100 101110 10100 101001010 1010101 101100

Color Harmonies of #CD116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD116E

Black with #CD116E

Text Example


Text Example

White with #CD116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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