Html Css Color HEX #CE2061 Ruby

📋 copy color: '#CE2061'

red 206 ◦ green 32 ◦ blue 97

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

Shades of Ruby #CE2061

Tints of Ruby #CE2061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 61.49%
G = 9.55%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE2061 (or 0xCE2061) is known color: Ruby. HEX triplet: CE, 20 and 61. RGB value is (206,32,97). Sum of RGB (Red+Green+Blue) = 206+32+97=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2061 is #31DF9E. Grayscale: #5B5B5B. Windows color (decimal): -3268511 or 6365390. OLE color: 6365390.

HSL color Cylindrical-coordinate representation of color #CE2061: hue angle of 337.59º 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 #CE2061 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 97 -
CMYK 0 0.84 0.53 0.19
HSL 337.59º 0.73% 0.47% -
HSV(B) 337.59º 0.84% 0.81% -
XYZ 28.13 15.02 12.73 -
YUV 91.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 206 32 97 0 0.84 0.53 0.19 337.59 0.73 0.47
Hex CE 20 61 0 54 35 13 152 49 2F
Octal 316 40 141 0 124 65 23 522 111 57
Binary 11001110 100000 1100001 0 1010100 110101 10011 101010010 1001001 101111

Color Harmonies of #CE2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2061

Black with #CE2061

Text Example


Text Example

White with #CE2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2061; }

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

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

background-color css

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

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

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

border-color css

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

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

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