Html Css Color HEX #CD125D Ruby

📋 copy color: '#CD125D'

red 205 ◦ green 18 ◦ blue 93

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

Shades of Ruby #CD125D

Tints of Ruby #CD125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

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

R = 64.87%
G = 5.7%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD125D (or 0xCD125D) is known color: Ruby. HEX triplet: CD, 12 and 5D. RGB value is (205,18,93). Sum of RGB (Red+Green+Blue) = 205+18+93=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD125D is #32EDA2. Grayscale: #525252. Windows color (decimal): -3337635 or 6099661. OLE color: 6099661.

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

Color convert

RGB 205 18 93 -
CMYK 0 0.91 0.55 0.20
HSL 335.94º 0.84% 0.44% -
HSV(B) 335.94º 0.91% 0.8% -
XYZ 27.37 14.2 11.65 -
YUV 82.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 205 18 93 0 0.91 0.55 0.20 335.94 0.84 0.44
Hex CD 12 5D 0 5B 37 14 150 54 2C
Octal 315 22 135 0 133 67 24 520 124 54
Binary 11001101 10010 1011101 0 1011011 110111 10100 101010000 1010100 101100

Color Harmonies of #CD125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD125D

Black with #CD125D

Text Example


Text Example

White with #CD125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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