Html Css Color HEX #CD045D Ruby

📋 copy color: '#CD045D'

red 205 ◦ green 4 ◦ blue 93

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

Shades of Ruby #CD045D

Tints of Ruby #CD045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 67.88%
G = 1.32%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD045D (or 0xCD045D) is known color: Ruby. HEX triplet: CD, 04 and 5D. RGB value is (205,4,93). Sum of RGB (Red+Green+Blue) = 205+4+93=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD045D is #32FBA2. Grayscale: #4A4A4A. Windows color (decimal): -3341219 or 6096077. OLE color: 6096077.

HSL color Cylindrical-coordinate representation of color #CD045D: hue angle of 333.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD045D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 4 93 -
CMYK 0 0.98 0.55 0.20
HSL 333.43º 0.96% 0.41% -
HSV(B) 333.43º 0.98% 0.8% -
XYZ 27.2 13.86 11.6 -
YUV 74.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 205 4 93 0 0.98 0.55 0.20 333.43 0.96 0.41
Hex CD 4 5D 0 62 37 14 14D 60 29
Octal 315 4 135 0 142 67 24 515 140 51
Binary 11001101 100 1011101 0 1100010 110111 10100 101001101 1100000 101001

Color Harmonies of #CD045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD045D

Black with #CD045D

Text Example


Text Example

White with #CD045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD045D; }

 p { color: rgb(205,4,93); }

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

background-color css

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

 a { background-color: rgb(205,4,93); }

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

border-color css

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

 span { border-color: rgb(205,4,93); }

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