Html Css Color HEX #CE045F Ruby

📋 copy color: '#CE045F'

red 206 ◦ green 4 ◦ blue 95

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

Shades of Ruby #CE045F

Tints of Ruby #CE045F

RGB

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

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

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

R = 67.54%
G = 1.31%
B = 31.15%

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

#CE045F (or 0xCE045F) is known color: Ruby. HEX triplet: CE, 04 and 5F. RGB value is (206,4,95). Sum of RGB (Red+Green+Blue) = 206+4+95=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE045F is #31FBA0. Grayscale: #4A4A4A. Windows color (decimal): -3275681 or 6227150. OLE color: 6227150.

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

Color convert

RGB 206 4 95 -
CMYK 0 0.98 0.54 0.19
HSL 332.97º 0.96% 0.41% -
HSV(B) 332.97º 0.98% 0.81% -
XYZ 27.56 14.03 12.08 -
YUV 74.77 139.42 221.6 -
System Red Green Blue C M Y K H S L
Decimal 206 4 95 0 0.98 0.54 0.19 332.97 0.96 0.41
Hex CE 4 5F 0 62 36 13 14D 60 29
Octal 316 4 137 0 142 66 23 515 140 51
Binary 11001110 100 1011111 0 1100010 110110 10011 101001101 1100000 101001

Color Harmonies of #CE045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE045F

Black with #CE045F

Text Example


Text Example

White with #CE045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE045F; }

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

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

background-color css

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

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

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

border-color css

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

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

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