Html Css Color HEX #CE1C6A Ruby

📋 copy color: '#CE1C6A'

red 206 ◦ green 28 ◦ blue 106

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

Shades of Ruby #CE1C6A

Tints of Ruby #CE1C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

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

R = 60.59%
G = 8.24%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE1C6A (or 0xCE1C6A) is known color: Ruby. HEX triplet: CE, 1C and 6A. RGB value is (206,28,106). Sum of RGB (Red+Green+Blue) = 206+28+106=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C6A is #31E395. Grayscale: #595959. Windows color (decimal): -3269526 or 6954190. OLE color: 6954190.

HSL color Cylindrical-coordinate representation of color #CE1C6A: hue angle of 333.71º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C6A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 28 106 -
CMYK 0 0.86 0.49 0.19
HSL 333.71º 0.76% 0.46% -
HSV(B) 333.71º 0.86% 0.81% -
XYZ 28.47 14.99 15.03 -
YUV 90.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 206 28 106 0 0.86 0.49 0.19 333.71 0.76 0.46
Hex CE 1C 6A 0 56 31 13 14E 4C 2E
Octal 316 34 152 0 126 61 23 516 114 56
Binary 11001110 11100 1101010 0 1010110 110001 10011 101001110 1001100 101110

Color Harmonies of #CE1C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C6A

Black with #CE1C6A

Text Example


Text Example

White with #CE1C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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