Html Css Color HEX #CD1C6E Ruby

📋 copy color: '#CD1C6E'

red 205 ◦ green 28 ◦ blue 110

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

Shades of Ruby #CD1C6E

Tints of Ruby #CD1C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

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

R = 59.77%
G = 8.16%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD1C6E (or 0xCD1C6E) is known color: Ruby. HEX triplet: CD, 1C and 6E. RGB value is (205,28,110). Sum of RGB (Red+Green+Blue) = 205+28+110=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C6E is #32E391. Grayscale: #5A5A5A. Windows color (decimal): -3335058 or 7216333. OLE color: 7216333.

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

Color convert

RGB 205 28 110 -
CMYK 0 0.86 0.46 0.20
HSL 332.2º 0.76% 0.46% -
HSV(B) 332.2º 0.86% 0.8% -
XYZ 28.41 14.94 16.14 -
YUV 90.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 205 28 110 0 0.86 0.46 0.20 332.2 0.76 0.46
Hex CD 1C 6E 0 56 2E 14 14C 4C 2E
Octal 315 34 156 0 126 56 24 514 114 56
Binary 11001101 11100 1101110 0 1010110 101110 10100 101001100 1001100 101110

Color Harmonies of #CD1C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C6E

Black with #CD1C6E

Text Example


Text Example

White with #CD1C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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