Html Css Color HEX #CE046C Ruby

📋 copy color: '#CE046C'

red 206 ◦ green 4 ◦ blue 108

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

Shades of Ruby #CE046C

Tints of Ruby #CE046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 64.78%
G = 1.26%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE046C (or 0xCE046C) is known color: Ruby. HEX triplet: CE, 04 and 6C. RGB value is (206,4,108). Sum of RGB (Red+Green+Blue) = 206+4+108=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE046C is #31FB93. Grayscale: #4C4C4C. Windows color (decimal): -3275668 or 7079118. OLE color: 7079118.

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

Color convert

RGB 206 4 108 -
CMYK 0 0.98 0.48 0.19
HSL 329.11º 0.96% 0.41% -
HSV(B) 329.11º 0.98% 0.81% -
XYZ 28.2 14.29 15.46 -
YUV 76.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 206 4 108 0 0.98 0.48 0.19 329.11 0.96 0.41
Hex CE 4 6C 0 62 30 13 149 60 29
Octal 316 4 154 0 142 60 23 511 140 51
Binary 11001110 100 1101100 0 1100010 110000 10011 101001001 1100000 101001

Color Harmonies of #CE046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE046C

Black with #CE046C

Text Example


Text Example

White with #CE046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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