Html Css Color HEX #CE2063 Ruby

📋 copy color: '#CE2063'

red 206 ◦ green 32 ◦ blue 99

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

Shades of Ruby #CE2063

Tints of Ruby #CE2063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 61.13%
G = 9.5%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE2063 (or 0xCE2063) is known color: Ruby. HEX triplet: CE, 20 and 63. RGB value is (206,32,99). Sum of RGB (Red+Green+Blue) = 206+32+99=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2063 is #31DF9C. Grayscale: #5B5B5B. Windows color (decimal): -3268509 or 6496462. OLE color: 6496462.

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

Color convert

RGB 206 32 99 -
CMYK 0 0.84 0.52 0.19
HSL 336.9º 0.73% 0.47% -
HSV(B) 336.9º 0.84% 0.81% -
XYZ 28.22 15.06 13.22 -
YUV 91.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 206 32 99 0 0.84 0.52 0.19 336.9 0.73 0.47
Hex CE 20 63 0 54 34 13 151 49 2F
Octal 316 40 143 0 124 64 23 521 111 57
Binary 11001110 100000 1100011 0 1010100 110100 10011 101010001 1001001 101111

Color Harmonies of #CE2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2063

Black with #CE2063

Text Example


Text Example

White with #CE2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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