Html Css Color HEX #CD126E Ruby

📋 copy color: '#CD126E'

red 205 ◦ green 18 ◦ blue 110

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

Shades of Ruby #CD126E

Tints of Ruby #CD126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 61.56%
G = 5.41%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD126E (or 0xCD126E) is known color: Ruby. HEX triplet: CD, 12 and 6E. RGB value is (205,18,110). Sum of RGB (Red+Green+Blue) = 205+18+110=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD126E is #32ED91. Grayscale: #545454. Windows color (decimal): -3337618 or 7213773. OLE color: 7213773.

HSL color Cylindrical-coordinate representation of color #CD126E: hue angle of 330.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD126E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 18 110 -
CMYK 0 0.91 0.46 0.20
HSL 330.48º 0.84% 0.44% -
HSV(B) 330.48º 0.91% 0.8% -
XYZ 28.21 14.54 16.07 -
YUV 84.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 205 18 110 0 0.91 0.46 0.20 330.48 0.84 0.44
Hex CD 12 6E 0 5B 2E 14 14A 54 2C
Octal 315 22 156 0 133 56 24 512 124 54
Binary 11001101 10010 1101110 0 1011011 101110 10100 101001010 1010100 101100

Color Harmonies of #CD126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD126E

Black with #CD126E

Text Example


Text Example

White with #CD126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD126E; }

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

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

background-color css

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

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

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

border-color css

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

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

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