Html Css Color HEX #CE2064 Ruby

📋 copy color: '#CE2064'

red 206 ◦ green 32 ◦ blue 100

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

Shades of Ruby #CE2064

Tints of Ruby #CE2064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 60.95%
G = 9.47%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE2064 (or 0xCE2064) is known color: Ruby. HEX triplet: CE, 20 and 64. RGB value is (206,32,100). Sum of RGB (Red+Green+Blue) = 206+32+100=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2064 is #31DF9B. Grayscale: #5B5B5B. Windows color (decimal): -3268508 or 6561998. OLE color: 6561998.

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

Color convert

RGB 206 32 100 -
CMYK 0 0.84 0.51 0.19
HSL 336.55º 0.73% 0.47% -
HSV(B) 336.55º 0.84% 0.81% -
XYZ 28.27 15.07 13.48 -
YUV 91.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 206 32 100 0 0.84 0.51 0.19 336.55 0.73 0.47
Hex CE 20 64 0 54 33 13 151 49 2F
Octal 316 40 144 0 124 63 23 521 111 57
Binary 11001110 100000 1100100 0 1010100 110011 10011 101010001 1001001 101111

Color Harmonies of #CE2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2064

Black with #CE2064

Text Example


Text Example

White with #CE2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2064; }

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

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

background-color css

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

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

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

border-color css

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

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

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