Html Css Color HEX #CE116C Ruby

📋 copy color: '#CE116C'

red 206 ◦ green 17 ◦ blue 108

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

Shades of Ruby #CE116C

Tints of Ruby #CE116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 62.24%
G = 5.14%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE116C (or 0xCE116C) is known color: Ruby. HEX triplet: CE, 11 and 6C. RGB value is (206,17,108). Sum of RGB (Red+Green+Blue) = 206+17+108=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE116C is #31EE93. Grayscale: #535353. Windows color (decimal): -3272340 or 7082446. OLE color: 7082446.

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

Color convert

RGB 206 17 108 -
CMYK 0 0.92 0.48 0.19
HSL 331.11º 0.85% 0.44% -
HSV(B) 331.11º 0.92% 0.81% -
XYZ 28.36 14.61 15.51 -
YUV 83.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 206 17 108 0 0.92 0.48 0.19 331.11 0.85 0.44
Hex CE 11 6C 0 5C 30 13 14B 55 2C
Octal 316 21 154 0 134 60 23 513 125 54
Binary 11001110 10001 1101100 0 1011100 110000 10011 101001011 1010101 101100

Color Harmonies of #CE116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE116C

Black with #CE116C

Text Example


Text Example

White with #CE116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE116C; }

 p { color: rgb(206,17,108); }

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

background-color css

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

 a { background-color: rgb(206,17,108); }

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

border-color css

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

 span { border-color: rgb(206,17,108); }

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