Html Css Color HEX #CD1268 Ruby

📋 copy color: '#CD1268'

red 205 ◦ green 18 ◦ blue 104

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

Shades of Ruby #CD1268

Tints of Ruby #CD1268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 62.69%
G = 5.5%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD1268 (or 0xCD1268) is known color: Ruby. HEX triplet: CD, 12 and 68. RGB value is (205,18,104). Sum of RGB (Red+Green+Blue) = 205+18+104=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1268 is #32ED97. Grayscale: #535353. Windows color (decimal): -3337624 or 6820557. OLE color: 6820557.

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

Color convert

RGB 205 18 104 -
CMYK 0 0.91 0.49 0.20
HSL 332.41º 0.84% 0.44% -
HSV(B) 332.41º 0.91% 0.8% -
XYZ 27.89 14.41 14.41 -
YUV 83.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 205 18 104 0 0.91 0.49 0.20 332.41 0.84 0.44
Hex CD 12 68 0 5B 31 14 14C 54 2C
Octal 315 22 150 0 133 61 24 514 124 54
Binary 11001101 10010 1101000 0 1011011 110001 10100 101001100 1010100 101100

Color Harmonies of #CD1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1268

Black with #CD1268

Text Example


Text Example

White with #CD1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1268; }

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

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

background-color css

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

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

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

border-color css

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

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

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