Html Css Color HEX #CE046E Ruby

📋 copy color: '#CE046E'

red 206 ◦ green 4 ◦ blue 110

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

Shades of Ruby #CE046E

Tints of Ruby #CE046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 64.38%
G = 1.25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE046E (or 0xCE046E) is known color: Ruby. HEX triplet: CE, 04 and 6E. RGB value is (206,4,110). Sum of RGB (Red+Green+Blue) = 206+4+110=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE046E is #31FB91. Grayscale: #4C4C4C. Windows color (decimal): -3275666 or 7210190. OLE color: 7210190.

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

Color convert

RGB 206 4 110 -
CMYK 0 0.98 0.47 0.19
HSL 328.51º 0.96% 0.41% -
HSV(B) 328.51º 0.98% 0.81% -
XYZ 28.31 14.33 16.03 -
YUV 76.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 206 4 110 0 0.98 0.47 0.19 328.51 0.96 0.41
Hex CE 4 6E 0 62 2F 13 149 60 29
Octal 316 4 156 0 142 57 23 511 140 51
Binary 11001110 100 1101110 0 1100010 101111 10011 101001001 1100000 101001

Color Harmonies of #CE046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE046E

Black with #CE046E

Text Example


Text Example

White with #CE046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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