Html Css Color HEX #CE0068 Ruby

📋 copy color: '#CE0068'

red 206 ◦ green 0 ◦ blue 104

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

Shades of Ruby #CE0068

Tints of Ruby #CE0068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.45%
G = 0%
B = 33.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE0068 (or 0xCE0068) is known color: Ruby. HEX triplet: CE, 00 and 68. RGB value is (206,0,104). Sum of RGB (Red+Green+Blue) = 206+0+104=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0068 is #31FF97. Grayscale: #494949. Windows color (decimal): -3276696 or 6815950. OLE color: 6815950.

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

Color convert

RGB 206 0 104 -
CMYK 0 1 0.50 0.19
HSL 329.71º 1% 0.4% -
HSV(B) 329.71º 1% 0.81% -
XYZ 27.95 14.12 14.35 -
YUV 73.45 145.25 222.54 -
System Red Green Blue C M Y K H S L
Decimal 206 0 104 0 1 0.50 0.19 329.71 1 0.4
Hex CE 0 68 0 64 32 13 14A 64 28
Octal 316 0 150 0 144 62 23 512 144 50
Binary 11001110 0 1101000 0 1100100 110010 10011 101001010 1100100 101000

Color Harmonies of #CE0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0068

Black with #CE0068

Text Example


Text Example

White with #CE0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0068; }

 p { color: rgb(206,0,104); }

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

background-color css

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

 a { background-color: rgb(206,0,104); }

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

border-color css

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

 span { border-color: rgb(206,0,104); }

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