Html Css Color HEX #CD1A63 Ruby

📋 copy color: '#CD1A63'

red 205 ◦ green 26 ◦ blue 99

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

Shades of Ruby #CD1A63

Tints of Ruby #CD1A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30%

R = 62.12%
G = 7.88%
B = 30%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD1A63 (or 0xCD1A63) is known color: Ruby. HEX triplet: CD, 1A and 63. RGB value is (205,26,99). Sum of RGB (Red+Green+Blue) = 205+26+99=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1A63 is #32E59C. Grayscale: #575757. Windows color (decimal): -3335581 or 6494925. OLE color: 6494925.

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

Color convert

RGB 205 26 99 -
CMYK 0 0.87 0.52 0.20
HSL 335.53º 0.77% 0.45% -
HSV(B) 335.53º 0.87% 0.8% -
XYZ 27.8 14.62 13.16 -
YUV 87.84 134.3 211.56 -
System Red Green Blue C M Y K H S L
Decimal 205 26 99 0 0.87 0.52 0.20 335.53 0.77 0.45
Hex CD 1A 63 0 57 34 14 150 4D 2D
Octal 315 32 143 0 127 64 24 520 115 55
Binary 11001101 11010 1100011 0 1010111 110100 10100 101010000 1001101 101101

Color Harmonies of #CD1A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A63

Black with #CD1A63

Text Example


Text Example

White with #CD1A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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