Html Css Color HEX #CE205F Ruby

📋 copy color: '#CE205F'

red 206 ◦ green 32 ◦ blue 95

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

Shades of Ruby #CE205F

Tints of Ruby #CE205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 61.86%
G = 9.61%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE205F (or 0xCE205F) is known color: Ruby. HEX triplet: CE, 20 and 5F. RGB value is (206,32,95). Sum of RGB (Red+Green+Blue) = 206+32+95=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE205F is #31DFA0. Grayscale: #5B5B5B. Windows color (decimal): -3268513 or 6234318. OLE color: 6234318.

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

Color convert

RGB 206 32 95 -
CMYK 0 0.84 0.54 0.19
HSL 338.28º 0.73% 0.47% -
HSV(B) 338.28º 0.84% 0.81% -
XYZ 28.04 14.98 12.24 -
YUV 91.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 206 32 95 0 0.84 0.54 0.19 338.28 0.73 0.47
Hex CE 20 5F 0 54 36 13 152 49 2F
Octal 316 40 137 0 124 66 23 522 111 57
Binary 11001110 100000 1011111 0 1010100 110110 10011 101010010 1001001 101111

Color Harmonies of #CE205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE205F

Black with #CE205F

Text Example


Text Example

White with #CE205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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