Html Css Color HEX #CD1A5E Ruby

📋 copy color: '#CD1A5E'

red 205 ◦ green 26 ◦ blue 94

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

Shades of Ruby #CD1A5E

Tints of Ruby #CD1A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 63.08%
G = 8%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD1A5E (or 0xCD1A5E) is known color: Ruby. HEX triplet: CD, 1A and 5E. RGB value is (205,26,94). Sum of RGB (Red+Green+Blue) = 205+26+94=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1A5E is #32E5A1. Grayscale: #575757. Windows color (decimal): -3335586 or 6167245. OLE color: 6167245.

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

Color convert

RGB 205 26 94 -
CMYK 0 0.87 0.54 0.20
HSL 337.21º 0.77% 0.45% -
HSV(B) 337.21º 0.87% 0.8% -
XYZ 27.57 14.53 11.94 -
YUV 87.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 205 26 94 0 0.87 0.54 0.20 337.21 0.77 0.45
Hex CD 1A 5E 0 57 36 14 151 4D 2D
Octal 315 32 136 0 127 66 24 521 115 55
Binary 11001101 11010 1011110 0 1010111 110110 10100 101010001 1001101 101101

Color Harmonies of #CD1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A5E

Black with #CD1A5E

Text Example


Text Example

White with #CD1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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