Html Css Color HEX #CD1F6D Ruby

📋 copy color: '#CD1F6D'

red 205 ◦ green 31 ◦ blue 109

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

Shades of Ruby #CD1F6D

Tints of Ruby #CD1F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 59.42%
G = 8.99%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD1F6D (or 0xCD1F6D) is known color: Ruby. HEX triplet: CD, 1F and 6D. RGB value is (205,31,109). Sum of RGB (Red+Green+Blue) = 205+31+109=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1F6D is #32E092. Grayscale: #5B5B5B. Windows color (decimal): -3334291 or 7151565. OLE color: 7151565.

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

Color convert

RGB 205 31 109 -
CMYK 0 0.85 0.47 0.20
HSL 333.1º 0.74% 0.46% -
HSV(B) 333.1º 0.85% 0.8% -
XYZ 28.43 15.06 15.88 -
YUV 91.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 205 31 109 0 0.85 0.47 0.20 333.1 0.74 0.46
Hex CD 1F 6D 0 55 2F 14 14D 4A 2E
Octal 315 37 155 0 125 57 24 515 112 56
Binary 11001101 11111 1101101 0 1010101 101111 10100 101001101 1001010 101110

Color Harmonies of #CD1F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1F6D

Black with #CD1F6D

Text Example


Text Example

White with #CD1F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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