Html Css Color HEX #CD125C Ruby

📋 copy color: '#CD125C'

red 205 ◦ green 18 ◦ blue 92

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

Shades of Ruby #CD125C

Tints of Ruby #CD125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 65.08%
G = 5.71%
B = 29.21%

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

#CD125C (or 0xCD125C) is known color: Ruby. HEX triplet: CD, 12 and 5C. RGB value is (205,18,92). Sum of RGB (Red+Green+Blue) = 205+18+92=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD125C is #32EDA3. Grayscale: #525252. Windows color (decimal): -3337636 or 6034125. OLE color: 6034125.

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

Color convert

RGB 205 18 92 -
CMYK 0 0.91 0.55 0.20
HSL 336.26º 0.84% 0.44% -
HSV(B) 336.26º 0.91% 0.8% -
XYZ 27.32 14.18 11.42 -
YUV 82.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 205 18 92 0 0.91 0.55 0.20 336.26 0.84 0.44
Hex CD 12 5C 0 5B 37 14 150 54 2C
Octal 315 22 134 0 133 67 24 520 124 54
Binary 11001101 10010 1011100 0 1011011 110111 10100 101010000 1010100 101100

Color Harmonies of #CD125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD125C

Black with #CD125C

Text Example


Text Example

White with #CD125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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