Html Css Color HEX #CD1F6E Ruby

📋 copy color: '#CD1F6E'

red 205 ◦ green 31 ◦ blue 110

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

Shades of Ruby #CD1F6E

Tints of Ruby #CD1F6E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.96%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 59.25%
G = 8.96%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD1F6E (or 0xCD1F6E) is known color: Ruby. HEX triplet: CD, 1F and 6E. RGB value is (205,31,110). Sum of RGB (Red+Green+Blue) = 205+31+110=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1F6E is #32E091. Grayscale: #5B5B5B. Windows color (decimal): -3334290 or 7217101. OLE color: 7217101.

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

Color convert

RGB 205 31 110 -
CMYK 0 0.85 0.46 0.20
HSL 332.76º 0.74% 0.46% -
HSV(B) 332.76º 0.85% 0.8% -
XYZ 28.48 15.08 16.16 -
YUV 92.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 205 31 110 0 0.85 0.46 0.20 332.76 0.74 0.46
Hex CD 1F 6E 0 55 2E 14 14D 4A 2E
Octal 315 37 156 0 125 56 24 515 112 56
Binary 11001101 11111 1101110 0 1010101 101110 10100 101001101 1001010 101110

Color Harmonies of #CD1F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1F6E

Black with #CD1F6E

Text Example


Text Example

White with #CD1F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1F6E; }

 p { color: rgb(205,31,110); }

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

background-color css

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

 a { background-color: rgb(205,31,110); }

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

border-color css

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

 span { border-color: rgb(205,31,110); }

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