Html Css Color HEX #CE0463 Ruby

📋 copy color: '#CE0463'

red 206 ◦ green 4 ◦ blue 99

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

Shades of Ruby #CE0463

Tints of Ruby #CE0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 66.67%
G = 1.29%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0463 (or 0xCE0463) is known color: Ruby. HEX triplet: CE, 04 and 63. RGB value is (206,4,99). Sum of RGB (Red+Green+Blue) = 206+4+99=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0463 is #31FB9C. Grayscale: #4B4B4B. Windows color (decimal): -3275677 or 6489294. OLE color: 6489294.

HSL color Cylindrical-coordinate representation of color #CE0463: hue angle of 331.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0463 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 4 99 -
CMYK 0 0.98 0.52 0.19
HSL 331.78º 0.96% 0.41% -
HSV(B) 331.78º 0.98% 0.81% -
XYZ 27.75 14.11 13.07 -
YUV 75.23 141.42 221.28 -
System Red Green Blue C M Y K H S L
Decimal 206 4 99 0 0.98 0.52 0.19 331.78 0.96 0.41
Hex CE 4 63 0 62 34 13 14C 60 29
Octal 316 4 143 0 142 64 23 514 140 51
Binary 11001110 100 1100011 0 1100010 110100 10011 101001100 1100000 101001

Color Harmonies of #CE0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0463

Black with #CE0463

Text Example


Text Example

White with #CE0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0463; }

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

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

background-color css

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

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

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

border-color css

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

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

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