Html Css Color HEX #CD115C Ruby

📋 copy color: '#CD115C'

red 205 ◦ green 17 ◦ blue 92

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

Shades of Ruby #CD115C

Tints of Ruby #CD115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 65.29%
G = 5.41%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD115C (or 0xCD115C) is known color: Ruby. HEX triplet: CD, 11 and 5C. RGB value is (205,17,92). Sum of RGB (Red+Green+Blue) = 205+17+92=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD115C is #32EEA3. Grayscale: #515151. Windows color (decimal): -3337892 or 6033869. OLE color: 6033869.

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

Color convert

RGB 205 17 92 -
CMYK 0 0.92 0.55 0.20
HSL 336.06º 0.85% 0.44% -
HSV(B) 336.06º 0.92% 0.8% -
XYZ 27.31 14.15 11.42 -
YUV 81.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 205 17 92 0 0.92 0.55 0.20 336.06 0.85 0.44
Hex CD 11 5C 0 5C 37 14 150 55 2C
Octal 315 21 134 0 134 67 24 520 125 54
Binary 11001101 10001 1011100 0 1011100 110111 10100 101010000 1010101 101100

Color Harmonies of #CD115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD115C

Black with #CD115C

Text Example


Text Example

White with #CD115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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