Html Css Color HEX #CE046A Ruby

📋 copy color: '#CE046A'

red 206 ◦ green 4 ◦ blue 106

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

Shades of Ruby #CE046A

Tints of Ruby #CE046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 65.19%
G = 1.27%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE046A (or 0xCE046A) is known color: Ruby. HEX triplet: CE, 04 and 6A. RGB value is (206,4,106). Sum of RGB (Red+Green+Blue) = 206+4+106=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE046A is #31FB95. Grayscale: #4B4B4B. Windows color (decimal): -3275670 or 6948046. OLE color: 6948046.

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

Color convert

RGB 206 4 106 -
CMYK 0 0.98 0.49 0.19
HSL 329.7º 0.96% 0.41% -
HSV(B) 329.7º 0.98% 0.81% -
XYZ 28.1 14.25 14.91 -
YUV 76.03 144.92 220.71 -
System Red Green Blue C M Y K H S L
Decimal 206 4 106 0 0.98 0.49 0.19 329.7 0.96 0.41
Hex CE 4 6A 0 62 31 13 14A 60 29
Octal 316 4 152 0 142 61 23 512 140 51
Binary 11001110 100 1101010 0 1100010 110001 10011 101001010 1100000 101001

Color Harmonies of #CE046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE046A

Black with #CE046A

Text Example


Text Example

White with #CE046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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