Html Css Color HEX #CE2068 Ruby

📋 copy color: '#CE2068'

red 206 ◦ green 32 ◦ blue 104

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

Shades of Ruby #CE2068

Tints of Ruby #CE2068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

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

R = 60.23%
G = 9.36%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE2068 (or 0xCE2068) is known color: Ruby. HEX triplet: CE, 20 and 68. RGB value is (206,32,104). Sum of RGB (Red+Green+Blue) = 206+32+104=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2068 is #31DF97. Grayscale: #5C5C5C. Windows color (decimal): -3268504 or 6824142. OLE color: 6824142.

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

Color convert

RGB 206 32 104 -
CMYK 0 0.84 0.50 0.19
HSL 335.17º 0.73% 0.47% -
HSV(B) 335.17º 0.84% 0.81% -
XYZ 28.47 15.15 14.52 -
YUV 92.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 206 32 104 0 0.84 0.50 0.19 335.17 0.73 0.47
Hex CE 20 68 0 54 32 13 14F 49 2F
Octal 316 40 150 0 124 62 23 517 111 57
Binary 11001110 100000 1101000 0 1010100 110010 10011 101001111 1001001 101111

Color Harmonies of #CE2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2068

Black with #CE2068

Text Example


Text Example

White with #CE2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2068; }

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

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

background-color css

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

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

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

border-color css

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

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

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