Html Css Color HEX #CD2063 Ruby

📋 copy color: '#CD2063'

red 205 ◦ green 32 ◦ blue 99

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

Shades of Ruby #CD2063

Tints of Ruby #CD2063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 61.01%
G = 9.52%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD2063 (or 0xCD2063) is known color: Ruby. HEX triplet: CD, 20 and 63. RGB value is (205,32,99). Sum of RGB (Red+Green+Blue) = 205+32+99=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2063 is #32DF9C. Grayscale: #5B5B5B. Windows color (decimal): -3334045 or 6496461. OLE color: 6496461.

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

Color convert

RGB 205 32 99 -
CMYK 0 0.84 0.52 0.20
HSL 336.76º 0.73% 0.46% -
HSV(B) 336.76º 0.84% 0.8% -
XYZ 27.95 14.91 13.21 -
YUV 91.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 205 32 99 0 0.84 0.52 0.20 336.76 0.73 0.46
Hex CD 20 63 0 54 34 14 151 49 2E
Octal 315 40 143 0 124 64 24 521 111 56
Binary 11001101 100000 1100011 0 1010100 110100 10100 101010001 1001001 101110

Color Harmonies of #CD2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2063

Black with #CD2063

Text Example


Text Example

White with #CD2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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