Html Css Color HEX #CE045E Ruby

📋 copy color: '#CE045E'

red 206 ◦ green 4 ◦ blue 94

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

Shades of Ruby #CE045E

Tints of Ruby #CE045E

RGB

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

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

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

R = 67.76%
G = 1.32%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE045E (or 0xCE045E) is known color: Ruby. HEX triplet: CE, 04 and 5E. RGB value is (206,4,94). Sum of RGB (Red+Green+Blue) = 206+4+94=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE045E is #31FBA1. Grayscale: #4A4A4A. Windows color (decimal): -3275682 or 6161614. OLE color: 6161614.

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

Color convert

RGB 206 4 94 -
CMYK 0 0.98 0.54 0.19
HSL 333.27º 0.96% 0.41% -
HSV(B) 333.27º 0.98% 0.81% -
XYZ 27.52 14.02 11.84 -
YUV 74.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 206 4 94 0 0.98 0.54 0.19 333.27 0.96 0.41
Hex CE 4 5E 0 62 36 13 14D 60 29
Octal 316 4 136 0 142 66 23 515 140 51
Binary 11001110 100 1011110 0 1100010 110110 10011 101001101 1100000 101001

Color Harmonies of #CE045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE045E

Black with #CE045E

Text Example


Text Example

White with #CE045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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