Html Css Color HEX #CD1163 Ruby

📋 copy color: '#CD1163'

red 205 ◦ green 17 ◦ blue 99

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

Shades of Ruby #CD1163

Tints of Ruby #CD1163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 63.86%
G = 5.3%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD1163 (or 0xCD1163) is known color: Ruby. HEX triplet: CD, 11 and 63. RGB value is (205,17,99). Sum of RGB (Red+Green+Blue) = 205+17+99=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1163 is #32EE9C. Grayscale: #525252. Windows color (decimal): -3337885 or 6492621. OLE color: 6492621.

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

Color convert

RGB 205 17 99 -
CMYK 0 0.92 0.52 0.20
HSL 333.83º 0.85% 0.44% -
HSV(B) 333.83º 0.92% 0.8% -
XYZ 27.63 14.28 13.1 -
YUV 82.56 137.28 215.33 -
System Red Green Blue C M Y K H S L
Decimal 205 17 99 0 0.92 0.52 0.20 333.83 0.85 0.44
Hex CD 11 63 0 5C 34 14 14E 55 2C
Octal 315 21 143 0 134 64 24 516 125 54
Binary 11001101 10001 1100011 0 1011100 110100 10100 101001110 1010101 101100

Color Harmonies of #CD1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1163

Black with #CD1163

Text Example


Text Example

White with #CD1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1163; }

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

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

background-color css

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

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

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

border-color css

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

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

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