Html Css Color HEX #CE016D Ruby

📋 copy color: '#CE016D'

red 206 ◦ green 1 ◦ blue 109

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

Shades of Ruby #CE016D

Tints of Ruby #CE016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 65.19%
G = 0.32%
B = 34.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE016D (or 0xCE016D) is known color: Ruby. HEX triplet: CE, 01 and 6D. RGB value is (206,1,109). Sum of RGB (Red+Green+Blue) = 206+1+109=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE016D is #31FE92. Grayscale: #4A4A4A. Windows color (decimal): -3276435 or 7143886. OLE color: 7143886.

HSL color Cylindrical-coordinate representation of color #CE016D: hue angle of 328.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE016D is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 109 -
CMYK 0 1.00 0.47 0.19
HSL 328.39º 0.99% 0.41% -
HSV(B) 328.39º 1% 0.81% -
XYZ 28.22 14.25 15.73 -
YUV 74.61 147.42 221.72 -
System Red Green Blue C M Y K H S L
Decimal 206 1 109 0 1.00 0.47 0.19 328.39 0.99 0.41
Hex CE 1 6D 0 64 2F 13 148 63 29
Octal 316 1 155 0 144 57 23 510 143 51
Binary 11001110 1 1101101 0 1100100 101111 10011 101001000 1100011 101001

Color Harmonies of #CE016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE016D

Black with #CE016D

Text Example


Text Example

White with #CE016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE016D; }

 p { color: rgb(206,1,109); }

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

background-color css

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

 a { background-color: rgb(206,1,109); }

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

border-color css

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

 span { border-color: rgb(206,1,109); }

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