Html Css Color HEX #CE1F66 Ruby

📋 copy color: '#CE1F66'

red 206 ◦ green 31 ◦ blue 102

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

Shades of Ruby #CE1F66

Tints of Ruby #CE1F66

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.14%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 60.77%
G = 9.14%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE1F66 (or 0xCE1F66) is known color: Ruby. HEX triplet: CE, 1F and 66. RGB value is (206,31,102). Sum of RGB (Red+Green+Blue) = 206+31+102=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F66 is #31E099. Grayscale: #5B5B5B. Windows color (decimal): -3268762 or 6692814. OLE color: 6692814.

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

Color convert

RGB 206 31 102 -
CMYK 0 0.85 0.50 0.19
HSL 335.66º 0.74% 0.46% -
HSV(B) 335.66º 0.85% 0.81% -
XYZ 28.34 15.06 13.98 -
YUV 91.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 206 31 102 0 0.85 0.50 0.19 335.66 0.74 0.46
Hex CE 1F 66 0 55 32 13 150 4A 2E
Octal 316 37 146 0 125 62 23 520 112 56
Binary 11001110 11111 1100110 0 1010101 110010 10011 101010000 1001010 101110

Color Harmonies of #CE1F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F66

Black with #CE1F66

Text Example


Text Example

White with #CE1F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F66; }

 p { color: rgb(206,31,102); }

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

background-color css

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

 a { background-color: rgb(206,31,102); }

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

border-color css

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

 span { border-color: rgb(206,31,102); }

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