Html Css Color HEX #CE205E Ruby

📋 copy color: '#CE205E'

red 206 ◦ green 32 ◦ blue 94

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

Shades of Ruby #CE205E

Tints of Ruby #CE205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 62.05%
G = 9.64%
B = 28.31%

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

#CE205E (or 0xCE205E) is known color: Ruby. HEX triplet: CE, 20 and 5E. RGB value is (206,32,94). Sum of RGB (Red+Green+Blue) = 206+32+94=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE205E is #31DFA1. Grayscale: #5B5B5B. Windows color (decimal): -3268514 or 6168782. OLE color: 6168782.

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

Color convert

RGB 206 32 94 -
CMYK 0 0.84 0.54 0.19
HSL 338.62º 0.73% 0.47% -
HSV(B) 338.62º 0.84% 0.81% -
XYZ 27.99 14.96 12 -
YUV 91.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 206 32 94 0 0.84 0.54 0.19 338.62 0.73 0.47
Hex CE 20 5E 0 54 36 13 153 49 2F
Octal 316 40 136 0 124 66 23 523 111 57
Binary 11001110 100000 1011110 0 1010100 110110 10011 101010011 1001001 101111

Color Harmonies of #CE205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE205E

Black with #CE205E

Text Example


Text Example

White with #CE205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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