Html Css Color HEX #CD114F Ruby

📋 copy color: '#CD114F'

red 205 ◦ green 17 ◦ blue 79

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

Shades of Ruby #CD114F

Tints of Ruby #CD114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 68.11%
G = 5.65%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD114F (or 0xCD114F) is known color: Ruby. HEX triplet: CD, 11 and 4F. RGB value is (205,17,79). Sum of RGB (Red+Green+Blue) = 205+17+79=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD114F is #32EEB0. Grayscale: #505050. Windows color (decimal): -3337905 or 5181901. OLE color: 5181901.

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

Color convert

RGB 205 17 79 -
CMYK 0 0.92 0.61 0.20
HSL 340.21º 0.85% 0.44% -
HSV(B) 340.21º 0.92% 0.8% -
XYZ 26.79 13.94 8.68 -
YUV 80.28 127.28 216.96 -
System Red Green Blue C M Y K H S L
Decimal 205 17 79 0 0.92 0.61 0.20 340.21 0.85 0.44
Hex CD 11 4F 0 5C 3D 14 154 55 2C
Octal 315 21 117 0 134 75 24 524 125 54
Binary 11001101 10001 1001111 0 1011100 111101 10100 101010100 1010101 101100

Color Harmonies of #CD114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD114F

Black with #CD114F

Text Example


Text Example

White with #CD114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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