Html Css Color HEX #CD1A6E Ruby

📋 copy color: '#CD1A6E'

red 205 ◦ green 26 ◦ blue 110

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

Shades of Ruby #CD1A6E

Tints of Ruby #CD1A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.62%

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

R = 60.12%
G = 7.62%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD1A6E (or 0xCD1A6E) is known color: Ruby. HEX triplet: CD, 1A and 6E. RGB value is (205,26,110). Sum of RGB (Red+Green+Blue) = 205+26+110=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1A6E is #32E591. Grayscale: #585858. Windows color (decimal): -3335570 or 7215821. OLE color: 7215821.

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

Color convert

RGB 205 26 110 -
CMYK 0 0.87 0.46 0.20
HSL 331.84º 0.77% 0.45% -
HSV(B) 331.84º 0.87% 0.8% -
XYZ 28.36 14.84 16.12 -
YUV 89.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 205 26 110 0 0.87 0.46 0.20 331.84 0.77 0.45
Hex CD 1A 6E 0 57 2E 14 14C 4D 2D
Octal 315 32 156 0 127 56 24 514 115 55
Binary 11001101 11010 1101110 0 1010111 101110 10100 101001100 1001101 101101

Color Harmonies of #CD1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A6E

Black with #CD1A6E

Text Example


Text Example

White with #CD1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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