Html Css Color HEX #CE1E60 Ruby

📋 copy color: '#CE1E60'

red 206 ◦ green 30 ◦ blue 96

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

Shades of Ruby #CE1E60

Tints of Ruby #CE1E60

RGB

 RED value IS 206 (80.86% from 255) = 62.05%

 GREEN value IS 30 (12.11% from 255) = 9.04%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 62.05%
G = 9.04%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1E60 (or 0xCE1E60) is known color: Ruby. HEX triplet: CE, 1E and 60. RGB value is (206,30,96). Sum of RGB (Red+Green+Blue) = 206+30+96=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E60 is #31E19F. Grayscale: #5A5A5A. Windows color (decimal): -3269024 or 6299342. OLE color: 6299342.

HSL color Cylindrical-coordinate representation of color #CE1E60: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E60 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 96 -
CMYK 0 0.85 0.53 0.19
HSL 337.5º 0.75% 0.46% -
HSV(B) 337.5º 0.85% 0.81% -
XYZ 28.03 14.89 12.46 -
YUV 90.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 206 30 96 0 0.85 0.53 0.19 337.5 0.75 0.46
Hex CE 1E 60 0 55 35 13 152 4B 2E
Octal 316 36 140 0 125 65 23 522 113 56
Binary 11001110 11110 1100000 0 1010101 110101 10011 101010010 1001011 101110

Color Harmonies of #CE1E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E60

Black with #CE1E60

Text Example


Text Example

White with #CE1E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E60; }

 p { color: rgb(206,30,96); }

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

background-color css

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

 a { background-color: rgb(206,30,96); }

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

border-color css

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

 span { border-color: rgb(206,30,96); }

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